SearchFacesByImageResponse
public struct SearchFacesByImageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of faces that match the input face, along with the confidence in the match.
Declaration
Swift
public let faceMatches: [FaceMatch]?
-
Version number of the face detection model associated with the input collection (CollectionId).
Declaration
Swift
public let faceModelVersion: String?
-
The bounding box around the face in the input image that Amazon Rekognition used for the search.
Declaration
Swift
public let searchedFaceBoundingBox: BoundingBox?
-
The level of confidence that the searchedFaceBoundingBox, contains a face.
Declaration
Swift
public let searchedFaceConfidence: Float?
-
Undocumented
Declaration
Swift
public init(faceMatches: [FaceMatch]? = nil, faceModelVersion: String? = nil, searchedFaceBoundingBox: BoundingBox? = nil, searchedFaceConfidence: Float? = nil)