Values.LabelDetectionSourceInformation about a label detected in a video analysis request and the time the label was detected in the video.
type nonrec t = {timestamp : Timestamp.t option;Time, in milliseconds from the start of the video, that the label was detected. Note that Timestamp is not guaranteed to be accurate to the individual frame where the label first appears.
*)label : Label.t option;Details about the detected label.
*)startTimestampMillis : ULong.t option;The time in milliseconds defining the start of the timeline segment containing a continuously detected label.
*)endTimestampMillis : ULong.t option;The time in milliseconds defining the end of the timeline segment containing a continuously detected label.
*)durationMillis : ULong.t option;The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis to EndTimestampMillis.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Timestamp.t
| `Structure of
(string
* [> `Float of Percent.t
| `List of
[> `Structure of
(string
* [> `Float of Percent.t
| `List of
[> `Structure of
(string
* [> `Float of Percent.t
| `Integer of UInteger.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string * [> `Float of Float_.t ]) list ])
list ]
list
| `String of String_.t ])
list ])
list ]