| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Transcript |
Transcript.clone() |
Transcript |
TranscriptionJob.getTranscript()
Provides you with the Amazon S3 URI you can use to access your transcript.
|
Transcript |
CallAnalyticsJob.getTranscript() |
Transcript |
Transcript.withRedactedTranscriptFileUri(String redactedTranscriptFileUri)
The Amazon S3 location of your redacted transcript.
|
Transcript |
Transcript.withTranscriptFileUri(String transcriptFileUri)
The Amazon S3 location of your transcript.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranscriptionJob.setTranscript(Transcript transcript)
Provides you with the Amazon S3 URI you can use to access your transcript.
|
void |
CallAnalyticsJob.setTranscript(Transcript transcript) |
TranscriptionJob |
TranscriptionJob.withTranscript(Transcript transcript)
Provides you with the Amazon S3 URI you can use to access your transcript.
|
CallAnalyticsJob |
CallAnalyticsJob.withTranscript(Transcript transcript) |
Copyright © 2025. All rights reserved.