Uses of Class
software.amazon.awssdk.services.transcribe.model.AbsoluteTimeRange
-
Packages that use AbsoluteTimeRange Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of AbsoluteTimeRange in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return AbsoluteTimeRange Modifier and Type Method Description AbsoluteTimeRangeInterruptionFilter. absoluteTimeRange()Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption.AbsoluteTimeRangeNonTalkTimeFilter. absoluteTimeRange()Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence.AbsoluteTimeRangeSentimentFilter. absoluteTimeRange()Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments.AbsoluteTimeRangeTranscriptFilter. absoluteTimeRange()Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type AbsoluteTimeRange Modifier and Type Method Description InterruptionFilter.BuilderInterruptionFilter.Builder. absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption.NonTalkTimeFilter.BuilderNonTalkTimeFilter.Builder. absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence.SentimentFilter.BuilderSentimentFilter.Builder. absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments.TranscriptFilter.BuilderTranscriptFilter.Builder. absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases.
-