An object that recognizes faces or labels in a streaming video. An Amazon Rekognition stream processor is created by a call to CreateStreamProcessor. The request parameters for CreateStreamProcessor describe the Kinesis video stream source for the streaming video, face recognition parameters, and where to stream the analysis resullts.

    </p>
interface StreamProcessor {
    Name?: string;
    Status?: StreamProcessorStatus;
}

Properties

Properties

Name?: string

Name of the Amazon Rekognition stream processor.

Current status of the Amazon Rekognition stream processor.