Uses of Interface
software.amazon.awssdk.services.transcribe.model.RelativeTimeRange.Builder
-
Packages that use RelativeTimeRange.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of RelativeTimeRange.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return RelativeTimeRange.Builder Modifier and Type Method Description static RelativeTimeRange.BuilderRelativeTimeRange. builder()RelativeTimeRange.BuilderRelativeTimeRange.Builder. endPercentage(Integer endPercentage)The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file.RelativeTimeRange.BuilderRelativeTimeRange.Builder. first(Integer first)The time, in percentage, from the start of your media file until the specified value.RelativeTimeRange.BuilderRelativeTimeRange.Builder. last(Integer last)The time, in percentage, from the specified value until the end of your media file.RelativeTimeRange.BuilderRelativeTimeRange.Builder. startPercentage(Integer startPercentage)The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file.RelativeTimeRange.BuilderRelativeTimeRange. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type RelativeTimeRange.Builder Modifier and Type Method Description static Class<? extends RelativeTimeRange.Builder>RelativeTimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type RelativeTimeRange.Builder Modifier and Type Method Description default InterruptionFilter.BuilderInterruptionFilter.Builder. relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for an interruption.default NonTalkTimeFilter.BuilderNonTalkTimeFilter.Builder. relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for a period of silence.default SentimentFilter.BuilderSentimentFilter.Builder. relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments.default TranscriptFilter.BuilderTranscriptFilter.Builder. relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases.
-