Uses of Class
software.amazon.awssdk.services.transcribe.model.Transcript
-
Packages that use Transcript Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of Transcript in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return Transcript Modifier and Type Method Description TranscriptCallAnalyticsJob. transcript()Returns the value of the Transcript property for this object.TranscriptTranscriptionJob. transcript()Provides you with the Amazon S3 URI you can use to access your transcript.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type Transcript Modifier and Type Method Description CallAnalyticsJob.BuilderCallAnalyticsJob.Builder. transcript(Transcript transcript)Sets the value of the Transcript property for this object.TranscriptionJob.BuilderTranscriptionJob.Builder. transcript(Transcript transcript)Provides you with the Amazon S3 URI you can use to access your transcript.
-