ListFacesResponse

public struct ListFacesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Version number of the face detection model associated with the input collection (CollectionId).

    Declaration

    Swift

    public let faceModelVersion: String?
  • An array of Face objects.

    Declaration

    Swift

    public let faces: [Face]?
  • If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(faceModelVersion: String? = nil, faces: [Face]? = nil, nextToken: String? = nil)