@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
redactedTranscriptFileUri()
The S3 object location of the redacted transcript.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Transcript.Builder> |
serializableBuilderClass() |
Transcript.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transcriptFileUri()
The S3 object location of the transcript.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.
public final 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.
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.
public Transcript.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Transcript.Builder,Transcript>public static Transcript.Builder builder()
public static Class<? extends Transcript.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.