public static interface AbsoluteTimeRange.Builder extends SdkPojo, CopyableBuilder<AbsoluteTimeRange.Builder,AbsoluteTimeRange>
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange.Builder |
endTime(Long endTime)
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio.
|
AbsoluteTimeRange.Builder |
first(Long first)
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon
Transcribe searches for your specified criteria.
|
AbsoluteTimeRange.Builder |
last(Long last)
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon
Transcribe searches for your specified criteria.
|
AbsoluteTimeRange.Builder |
startTime(Long startTime)
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAbsoluteTimeRange.Builder startTime(Long startTime)
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio.
If you include StartTime in your request, you must also include EndTime.
startTime - The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your
audio. If you include StartTime in your request, you must also include
EndTime.AbsoluteTimeRange.Builder endTime(Long endTime)
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio.
If you include EndTime in your request, you must also include StartTime.
endTime - The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your
audio. If you include EndTime in your request, you must also include
StartTime.AbsoluteTimeRange.Builder first(Long first)
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
first - The time, in milliseconds, from the start of your media file until the value you specify in which
Amazon Transcribe searches for your specified criteria.AbsoluteTimeRange.Builder last(Long last)
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
last - The time, in milliseconds, from the value you specify until the end of your media file in which Amazon
Transcribe searches for your specified criteria.Copyright © 2022. All rights reserved.