CustomLabel
public struct CustomLabel : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The confidence that the model has in the detection of the custom label. The range is 0-100. A higher value indicates a higher confidence.
Declaration
Swift
public let confidence: Float?
-
The location of the detected object on the image that corresponds to the custom label. Includes an axis aligned coarse bounding box surrounding the object and a finer grain polygon for more accurate spatial information.
Declaration
Swift
public let geometry: Geometry?
-
The name of the custom label.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, geometry: Geometry? = nil, name: String? = nil)