Module Values.StreamProcessingStartSelectorSource

This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?kVSStreamStartSelector:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Long of ULong.t | `String of KinesisVideoStreamFragmentNumber.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