public class Transcript extends Object implements Serializable
Identifies the location of a transcription.
| Constructor and Description |
|---|
Transcript() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTranscriptFileUri()
The location where the transcription is stored.
|
int |
hashCode() |
void |
setTranscriptFileUri(String transcriptFileUri)
The location where the transcription is stored.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Transcript |
withTranscriptFileUri(String transcriptFileUri)
The location where the transcription is stored.
|
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.
Constraints:
Length: 1 - 2000
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 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.
Constraints:
Length: 1 - 2000
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 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
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 ObjectObject.toString()Copyright © 2019. All rights reserved.