Result
public struct Result
Results are mapped to IdentifyLabelsResult when .labels in passed to .detectLabels in the type: field in identify() API
-
Declaration
Swift
public let labels: [Predictions.Label]
-
Declaration
Swift
public let unsafeContent: Bool?
-
Declaration
Swift
public init(labels: [Predictions.Label], unsafeContent: Bool? = nil)