public class Transcript
extends java.lang.Object
implements java.io.Serializable
Identifies the location of a transcription.
Constructor and Description |
---|
Transcript() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRedactedTranscriptFileUri()
The S3 object location of the redacted transcript.
|
java.lang.String |
getTranscriptFileUri()
The S3 object location of the transcript.
|
int |
hashCode() |
void |
setRedactedTranscriptFileUri(java.lang.String redactedTranscriptFileUri)
The S3 object location of the redacted transcript.
|
void |
setTranscriptFileUri(java.lang.String transcriptFileUri)
The S3 object location of the transcript.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Transcript |
withRedactedTranscriptFileUri(java.lang.String redactedTranscriptFileUri)
The S3 object location of the redacted transcript.
|
Transcript |
withTranscriptFileUri(java.lang.String transcriptFileUri)
The S3 object location of the transcript.
|
public java.lang.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.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 setTranscriptFileUri(java.lang.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.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 Transcript withTranscriptFileUri(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 java.lang.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.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 void setRedactedTranscriptFileUri(java.lang.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.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 Transcript withRedactedTranscriptFileUri(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.