Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Describes the input media file in a transcription request.
See: newMedia
smart constructor.
Media' | |
|
Instances
Eq Media Source # | |
Read Media Source # | |
Show Media Source # | |
Generic Media Source # | |
NFData Media Source # | |
Defined in Amazonka.Transcribe.Types.Media | |
Hashable Media Source # | |
Defined in Amazonka.Transcribe.Types.Media | |
ToJSON Media Source # | |
Defined in Amazonka.Transcribe.Types.Media | |
FromJSON Media Source # | |
type Rep Media Source # | |
Defined in Amazonka.Transcribe.Types.Media type Rep Media = D1 ('MetaData "Media" "Amazonka.Transcribe.Types.Media" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "Media'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "redactedMediaFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Media
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mediaFileUri:Media'
, media_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:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
$sel:redactedMediaFileUri:Media'
, media_redactedMediaFileUri
- The S3 object location for your redacted output media file. This is only
supported for call analytics jobs.
media_mediaFileUri :: Lens' Media (Maybe Text) Source #
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:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.