Module Values.DescribeStreamProcessorRequestSource

Provides information about a stream processor created by CreateStreamProcessor. You can get information about the input and output streams, the input parameters for the face recognition being performed, and the current status of the stream processor.

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

    Name of the stream processor for which you want information.

    *)
}
Sourceval context_ : string
Sourceval make : name:StreamProcessorName.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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