ListFacesRequest
public struct ListFacesRequest : AWSShape
extension Rekognition.ListFacesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
ID of the collection from which to list the faces.
Declaration
Swift
public let collectionId: String
-
Maximum number of faces to return.
Declaration
Swift
public let maxResults: Int?
-
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(collectionId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Rekognition.ListFacesRequest