public static interface Transcript.Builder extends SdkPojo, CopyableBuilder<Transcript.Builder,Transcript>
Modifier and Type | Method and Description |
---|---|
Transcript.Builder |
redactedTranscriptFileUri(String redactedTranscriptFileUri)
The S3 object location of the redacted transcript.
|
Transcript.Builder |
transcriptFileUri(String transcriptFileUri)
The S3 object location of the transcript.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Transcript.Builder transcriptFileUri(String transcriptFileUri)
The S3 object location of the transcript.
Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName
field when you created the job, this is the URI of that bucket. If you chose to store the transcript in
Amazon Transcribe, this is a shareable URL that provides secure access to that location.
transcriptFileUri
- The S3 object location of the transcript.
Use this URI to access the transcript. If you specified an S3 bucket in the
OutputBucketName
field when you created the job, this is the URI of that bucket. If you
chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure
access to that location.
Transcript.Builder redactedTranscriptFileUri(String redactedTranscriptFileUri)
The S3 object location of the redacted transcript.
Use this URI to access the redacted transcript. If you specified an S3 bucket in the
OutputBucketName
field when you created the job, this is the URI of that bucket. If you chose to
store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that
location.
redactedTranscriptFileUri
- The S3 object location of the redacted transcript.
Use this URI to access the redacted transcript. If you specified an S3 bucket in the
OutputBucketName
field when you created the job, this is the URI of that bucket. If you
chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure
access to that location.