Module Values.StreamProcessorSource

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.

Sourcetype nonrec t = {
  1. name : StreamProcessorName.t option;
    (*

    Name of the Amazon Rekognition stream processor.

    *)
  2. status : StreamProcessorStatus.t option;
    (*

    Current status of the Amazon Rekognition stream processor.

    *)
}
Sourceval make : ?name:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of StreamProcessorName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t