@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Media extends Object implements Serializable, Cloneable, StructuredPojo
Describes the input media file in a transcription request.
| Constructor and Description |
|---|
Media() |
| Modifier and Type | Method and Description |
|---|---|
Media |
clone() |
boolean |
equals(Object obj) |
String |
getMediaFileUri()
The S3 object location of the input media file.
|
String |
getRedactedMediaFileUri()
The S3 object location for your redacted output media file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMediaFileUri(String mediaFileUri)
The S3 object location of the input media file.
|
void |
setRedactedMediaFileUri(String redactedMediaFileUri)
The S3 object location for your redacted output media file.
|
String |
toString()
Returns a string representation of this object.
|
Media |
withMediaFileUri(String mediaFileUri)
The S3 object location of the input media file.
|
Media |
withRedactedMediaFileUri(String redactedMediaFileUri)
The S3 object location for your redacted output media file.
|
public void setMediaFileUri(String mediaFileUri)
The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
s3://<AWSDOC-EXAMPLE-BUCKET>/<keyprefix>/<objectkey>
For example:
s3://AWSDOC-EXAMPLE-BUCKET/example.mp4
s3://AWSDOC-EXAMPLE-BUCKET/mediadocs/example.mp4
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
mediaFileUri - The S3 object location of the input media file. The URI must be in the same region as the API endpoint
that you are calling. The general form is:
s3://<AWSDOC-EXAMPLE-BUCKET>/<keyprefix>/<objectkey>
For example:
s3://AWSDOC-EXAMPLE-BUCKET/example.mp4
s3://AWSDOC-EXAMPLE-BUCKET/mediadocs/example.mp4
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
public String getMediaFileUri()
The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
s3://<AWSDOC-EXAMPLE-BUCKET>/<keyprefix>/<objectkey>
For example:
s3://AWSDOC-EXAMPLE-BUCKET/example.mp4
s3://AWSDOC-EXAMPLE-BUCKET/mediadocs/example.mp4
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
s3://<AWSDOC-EXAMPLE-BUCKET>/<keyprefix>/<objectkey>
For example:
s3://AWSDOC-EXAMPLE-BUCKET/example.mp4
s3://AWSDOC-EXAMPLE-BUCKET/mediadocs/example.mp4
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
public Media withMediaFileUri(String mediaFileUri)
The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
s3://<AWSDOC-EXAMPLE-BUCKET>/<keyprefix>/<objectkey>
For example:
s3://AWSDOC-EXAMPLE-BUCKET/example.mp4
s3://AWSDOC-EXAMPLE-BUCKET/mediadocs/example.mp4
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
mediaFileUri - The S3 object location of the input media file. The URI must be in the same region as the API endpoint
that you are calling. The general form is:
s3://<AWSDOC-EXAMPLE-BUCKET>/<keyprefix>/<objectkey>
For example:
s3://AWSDOC-EXAMPLE-BUCKET/example.mp4
s3://AWSDOC-EXAMPLE-BUCKET/mediadocs/example.mp4
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
public void setRedactedMediaFileUri(String redactedMediaFileUri)
The S3 object location for your redacted output media file. This is only supported for call analytics jobs.
redactedMediaFileUri - The S3 object location for your redacted output media file. This is only supported for call analytics
jobs.public String getRedactedMediaFileUri()
The S3 object location for your redacted output media file. This is only supported for call analytics jobs.
public Media withRedactedMediaFileUri(String redactedMediaFileUri)
The S3 object location for your redacted output media file. This is only supported for call analytics jobs.
redactedMediaFileUri - The S3 object location for your redacted output media file. This is only supported for call analytics
jobs.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.