Values.ConnectedHomeSettingsForUpdateSourceThe label detection settings you want to use in your stream processor. This includes the labels you want the stream processor to detect and the minimum confidence level allowed to label objects.
type nonrec t = {labels : ConnectedHomeLabels.t option;Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
*)minConfidence : Percent.t option;The minimum confidence required to label an object in the video.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of Percent.t
| `List of [> `String of ConnectedHomeLabel.t ] list ])
list ]