@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 |
getRedactedTranscriptFileUri()
The S3 object location of the redacted transcript.
|
String |
getTranscriptFileUri()
The S3 object location of the transcript.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRedactedTranscriptFileUri(String redactedTranscriptFileUri)
The S3 object location of the redacted transcript.
|
void |
setTranscriptFileUri(String transcriptFileUri)
The S3 object location of the transcript.
|
String |
toString()
Returns a string representation of this object.
|
Transcript |
withRedactedTranscriptFileUri(String redactedTranscriptFileUri)
The S3 object location of the redacted transcript.
|
Transcript |
withTranscriptFileUri(String transcriptFileUri)
The S3 object location of the transcript.
|
public void setTranscriptFileUri(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.
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.
public String getTranscriptFileUri()
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 Transcript withTranscriptFileUri(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.
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.
public void setRedactedTranscriptFileUri(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.
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.
public String getRedactedTranscriptFileUri()
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 withRedactedTranscriptFileUri(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.
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.
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.