Uses of Class
software.amazon.awssdk.services.transcribe.model.InterruptionFilter
-
Packages that use InterruptionFilter Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of InterruptionFilter in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return InterruptionFilter Modifier and Type Method Description InterruptionFilterRule. interruptionFilter()Flag the presence or absence of interruptions in your Call Analytics transcription output.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type InterruptionFilter Modifier and Type Method Description static RuleRule. fromInterruptionFilter(InterruptionFilter interruptionFilter)Create an instance of this class withRule.interruptionFilter()initialized to the given value.Rule.BuilderRule.Builder. interruptionFilter(InterruptionFilter interruptionFilter)Flag the presence or absence of interruptions in your Call Analytics transcription output.
-