Uses of Interface
software.amazon.awssdk.services.transcribe.model.Transcript.Builder
-
Packages that use Transcript.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of Transcript.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return Transcript.Builder Modifier and Type Method Description static Transcript.BuilderTranscript. builder()Transcript.BuilderTranscript.Builder. redactedTranscriptFileUri(String redactedTranscriptFileUri)The Amazon S3 location of your redacted transcript.Transcript.BuilderTranscript. toBuilder()Transcript.BuilderTranscript.Builder. transcriptFileUri(String transcriptFileUri)The Amazon S3 location of your transcript.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type Transcript.Builder Modifier and Type Method Description static Class<? extends Transcript.Builder>Transcript. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type Transcript.Builder Modifier and Type Method Description default CallAnalyticsJob.BuilderCallAnalyticsJob.Builder. transcript(Consumer<Transcript.Builder> transcript)Sets the value of the Transcript property for this object.default TranscriptionJob.BuilderTranscriptionJob.Builder. transcript(Consumer<Transcript.Builder> transcript)Provides you with the Amazon S3 URI you can use to access your transcript.
-