Instance
public struct Instance : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The position of the label instance on the image.
Declaration
Swift
public let boundingBox: BoundingBox?
-
The confidence that Amazon Rekognition has in the accuracy of the bounding box.
Declaration
Swift
public let confidence: Float?
-
Undocumented
Declaration
Swift
public init(boundingBox: BoundingBox? = nil, confidence: Float? = nil)