@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Transcript extends Object implements Serializable, Cloneable, StructuredPojo
Identifies the location of a transcription.
Constructor and Description |
---|
Transcript() |
Modifier and Type | Method and Description |
---|---|
Transcript |
clone() |
boolean |
equals(Object obj) |
String |
getTranscriptFileUri()
The location where the transcription is stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTranscriptFileUri(String transcriptFileUri)
The location where the transcription is stored.
|
String |
toString()
Returns a string representation of this object.
|
Transcript |
withTranscriptFileUri(String transcriptFileUri)
The location where the transcription is stored.
|
public void setTranscriptFileUri(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.
public String getTranscriptFileUri()
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 withTranscriptFileUri(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.
public String toString()
toString
in class Object
Object.toString()
public Transcript clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.