Module Values.StreamProcessorSettingsSource

Input parameters used in a streaming video analyzed by a Amazon Rekognition stream processor. You can use FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to detect labels.

Sourcetype nonrec t = {
  1. faceSearch : FaceSearchSettings.t option;
    (*

    Face search settings to use on a streaming video.

    *)
  2. connectedHome : ConnectedHomeSettings.t option;
}
Sourceval make : ?faceSearch:??? -> ?connectedHome:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Float of Percent.t | `List of [> `String of ConnectedHomeLabel.t ] list | `String of CollectionId.t ]) list ]) 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