ListStreamProcessorsRequest
public struct ListStreamProcessorsRequest : AWSShape
extension Rekognition.ListStreamProcessorsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
Declaration
Swift
public let maxResults: Int? -
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Rekognition.ListStreamProcessorsRequest
View on GitHub
ListStreamProcessorsRequest Structure Reference