Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.Transcript
-
Packages that use Transcript Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of Transcript in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return Transcript Modifier and Type Method Description TranscriptTranscriptEvent. transcript()ContainsResults, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type Transcript Modifier and Type Method Description TranscriptEvent.BuilderTranscriptEvent.Builder. transcript(Transcript transcript)ContainsResults, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.TranscriptEvent.BuilderTranscriptEvent.BuilderImpl. transcript(Transcript transcript)
-