public static interface Transcript.Builder extends SdkPojo, CopyableBuilder<Transcript.Builder,Transcript>
Modifier and Type | Method and Description |
---|---|
Transcript.Builder |
transcriptFileUri(String transcriptFileUri)
The location where the transcription is stored.
|
copy
applyMutation, build
Transcript.Builder transcriptFileUri(String transcriptFileUri)
The location where the transcription is stored.
Use this URI to access the transcription. 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 transcription in
Amazon Transcribe, this is a shareable URL that provides secure access to that location.
transcriptFileUri
- The location where the transcription is stored.
Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure
access to that location.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.