public static interface RelativeTimeRange.Builder extends SdkPojo, CopyableBuilder<RelativeTimeRange.Builder,RelativeTimeRange>
| Modifier and Type | Method and Description |
|---|---|
RelativeTimeRange.Builder |
endPercentage(Integer endPercentage)
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media
file.
|
RelativeTimeRange.Builder |
first(Integer first)
The time, in percentage, from the start of your media file until the value you specify in which Amazon
Transcribe searches for your specified criteria.
|
RelativeTimeRange.Builder |
last(Integer last)
The time, in percentage, from the value you specify until the end of your media file in which Amazon
Transcribe searches for your specified criteria.
|
RelativeTimeRange.Builder |
startPercentage(Integer startPercentage)
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media
file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelativeTimeRange.Builder startPercentage(Integer startPercentage)
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media
file. If you include StartPercentage in your request, you must also include
EndPercentage.
startPercentage - The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your
media file. If you include StartPercentage in your request, you must also include
EndPercentage.RelativeTimeRange.Builder endPercentage(Integer endPercentage)
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media
file. If you include EndPercentage in your request, you must also include
StartPercentage.
endPercentage - The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your
media file. If you include EndPercentage in your request, you must also include
StartPercentage.RelativeTimeRange.Builder first(Integer first)
The time, in percentage, 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 percentage, from the start of your media file until the value you specify in which Amazon
Transcribe searches for your specified criteria.RelativeTimeRange.Builder last(Integer last)
The time, in percentage, 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 percentage, 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.