@Generated(value="software.amazon.awssdk:codegen") public final class Media extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Media.Builder,Media>
Describes the Amazon S3 location of the media file you want to use in your request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Media.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Media.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mediaFileUri()
The Amazon S3 location of the media file you want to transcribe.
|
String |
redactedMediaFileUri()
The Amazon S3 location of the media file you want to redact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Media.Builder> |
serializableBuilderClass() |
Media.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String mediaFileUri()
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
public final String redactedMediaFileUri()
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUri is only supported for Call Analytics (StartCallAnalyticsJob)
transcription requests.
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUri is only supported for Call Analytics (
StartCallAnalyticsJob) transcription requests.
public Media.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Media.Builder,Media>public static Media.Builder builder()
public static Class<? extends Media.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.