Struct aws_sdk_transcribe::model::absolute_time_range::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AbsoluteTimeRange
Implementations
A value that indicates the beginning of the time range in seconds. To set absolute time range, you must specify a start time and an end time. For example, if you specify the following values:
-
StartTime - 10000
-
Endtime - 50000
The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.
A value that indicates the beginning of the time range in seconds. To set absolute time range, you must specify a start time and an end time. For example, if you specify the following values:
-
StartTime - 10000
-
Endtime - 50000
The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.
A value that indicates the end of the time range in milliseconds. To set absolute time range, you must specify a start time and an end time. For example, if you specify the following values:
-
StartTime - 10000
-
Endtime - 50000
The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.
A value that indicates the end of the time range in milliseconds. To set absolute time range, you must specify a start time and an end time. For example, if you specify the following values:
-
StartTime - 10000
-
Endtime - 50000
The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.
A time range from the beginning of the call to the value that you've specified. For example, if you specify 100000
, the time range is set to the first 100,000 milliseconds of the call.
A time range from the beginning of the call to the value that you've specified. For example, if you specify 100000
, the time range is set to the first 100,000 milliseconds of the call.
A time range from the value that you've specified to the end of the call. For example, if you specify 100000
, the time range is set to the last 100,000 milliseconds of the call.
A time range from the value that you've specified to the end of the call. For example, if you specify 100000
, the time range is set to the last 100,000 milliseconds of the call.
Consumes the builder and constructs a AbsoluteTimeRange
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more