DetectCustomLabelsResponse
public struct DetectCustomLabelsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of custom labels detected in the input image.
Declaration
Swift
public let customLabels: [CustomLabel]? -
Undocumented
Declaration
Swift
public init(customLabels: [CustomLabel]? = nil)
View on GitHub
DetectCustomLabelsResponse Structure Reference