Values.StreamProcessorSettingsSourceInput 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.
type nonrec t = {faceSearch : FaceSearchSettings.t option;Face search settings to use on a streaming video.
*)connectedHome : ConnectedHomeSettings.t option;}val 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 ]