public class Transcript extends Object implements Serializable
Describes the output of a transcription job.
| Constructor and Description |
|---|
Transcript() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTranscriptFileUri()
The S3 location where the transcription result is stored.
|
int |
hashCode() |
void |
setTranscriptFileUri(String transcriptFileUri)
The S3 location where the transcription result is stored.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Transcript |
withTranscriptFileUri(String transcriptFileUri)
The S3 location where the transcription result is stored.
|
public String getTranscriptFileUri()
The S3 location where the transcription result is stored. Use this URI to access the results of the transcription job.
Constraints:
Length: 1 - 2000
The S3 location where the transcription result is stored. Use this URI to access the results of the transcription job.
public void setTranscriptFileUri(String transcriptFileUri)
The S3 location where the transcription result is stored. Use this URI to access the results of the transcription job.
Constraints:
Length: 1 - 2000
transcriptFileUri - The S3 location where the transcription result is stored. Use this URI to access the results of the transcription job.
public Transcript withTranscriptFileUri(String transcriptFileUri)
The S3 location where the transcription result is stored. Use this URI to access the results of the transcription job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
transcriptFileUri - The S3 location where the transcription result is stored. Use this URI to access the results of the transcription job.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.