SearchFacesResponse
public struct SearchFacesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of faces that matched 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?
-
ID of the face that was searched for matches in a collection.
Declaration
Swift
public let searchedFaceId: String?
-
Undocumented
Declaration
Swift
public init(faceMatches: [FaceMatch]? = nil, faceModelVersion: String? = nil, searchedFaceId: String? = nil)