interface ListStreamProcessorsResponse {
    NextToken?: string;
    StreamProcessors?: StreamProcessor[];
}

Hierarchy (view full)

Properties

NextToken?: string

If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.

StreamProcessors?: StreamProcessor[]

List of stream processors that you have created.