Values.StreamProcessorSourceAn 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.
type nonrec t = {name : StreamProcessorName.t option;Name of the Amazon Rekognition stream processor.
*)status : StreamProcessorStatus.t option;Current status of the Amazon Rekognition stream processor.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of StreamProcessorName.t ]) list ]