@Generated(value="software.amazon.awssdk:codegen") public final class Transcript extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Transcript.Builder,Transcript>
Identifies the location of a transcription.
Modifier and Type | Class and Description |
---|---|
static interface |
Transcript.Builder |
Modifier and Type | Method and Description |
---|---|
static Transcript.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Transcript.Builder> |
serializableBuilderClass() |
Transcript.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
transcriptFileUri()
The location where the transcription is stored.
|
copy
public 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.
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.
public Transcript.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Transcript.Builder,Transcript>
public static Transcript.Builder builder()
public static Class<? extends Transcript.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.