Values.StreamProcessingStartSelectorSourceThis is a required parameter for label detection stream processors and should not be used to start a face search stream processor.
type nonrec t = {kVSStreamStartSelector : KinesisVideoStreamStartSelector.t option;Specifies the starting point in the stream to start processing. This can be done with a producer timestamp or a fragment number in a Kinesis stream.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Long of ULong.t
| `String of KinesisVideoStreamFragmentNumber.t ])
list ])
list ]