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 | getRedactedTranscriptFileUri()
 The S3 object location of the redacted transcript. | 
| String | getTranscriptFileUri()
 The S3 object location of the the transcript. | 
| int | hashCode() | 
| void | setRedactedTranscriptFileUri(String redactedTranscriptFileUri)
 The S3 object location of the redacted transcript. | 
| void | setTranscriptFileUri(String transcriptFileUri)
 The S3 object location of the the transcript. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| Transcript | withRedactedTranscriptFileUri(String redactedTranscriptFileUri)
 The S3 object location of the redacted transcript. | 
| Transcript | withTranscriptFileUri(String transcriptFileUri)
 The S3 object location of the the transcript. | 
public String getTranscriptFileUri()
The S3 object location of the 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 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(String transcriptFileUri)
The S3 object location of the 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 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(String transcriptFileUri)
The S3 object location of the 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 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 getRedactedTranscriptFileUri()
The S3 object location of the redacted transcript.
 Use this URI to access the redacated 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 redacated 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 redacated 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 redacated 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 redacated 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 redacated 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 ObjectObject.toString()Copyright © 2020. All rights reserved.