/AWS1/CL_TNBSUBTITLESOUTPUT¶
Provides information about your subtitle file, including format, start index, and Amazon S3 location.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_formats TYPE /AWS1/CL_TNBSUBTITLEFORMATS_W=>TT_SUBTITLEFORMATS TT_SUBTITLEFORMATS¶
Provides the format of your subtitle files. If your request included both WebVTT (
vtt) and SubRip (srt) formats, both formats are shown.
it_subtitlefileuris TYPE /AWS1/CL_TNBSUBTITLEFILEURIS_W=>TT_SUBTITLEFILEURIS TT_SUBTITLEFILEURIS¶
The Amazon S3 location of your transcript. You can use this URI to access or download your subtitle file. Your subtitle file is stored in the same location as your transcript. If you specified both WebVTT and SubRip subtitle formats, two URIs are provided.
If you included
OutputBucketNamein your transcription job request, this is the URI of that bucket. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If you didn't include
OutputBucketNamein your transcription job request, your subtitle file is stored in a service-managed bucket, andTranscriptFileUriprovides you with a temporary URI you can use for secure access to your subtitle file.Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an
AccesDeniederror, you can get a new temporary URI by running aGetTranscriptionJoborListTranscriptionJobrequest.
iv_outputstartindex TYPE /AWS1/TNBSUBTITLEOUTSTARTINDEX /AWS1/TNBSUBTITLEOUTSTARTINDEX¶
Provides the start index value for your subtitle files. If you did not specify a value in your request, the default value of
0is used.
Queryable Attributes¶
Formats¶
Provides the format of your subtitle files. If your request included both WebVTT (
vtt) and SubRip (srt) formats, both formats are shown.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMATS() |
Getter for FORMATS, with configurable default |
ASK_FORMATS() |
Getter for FORMATS w/ exceptions if field has no value |
HAS_FORMATS() |
Determine if FORMATS has a value |
SubtitleFileUris¶
The Amazon S3 location of your transcript. You can use this URI to access or download your subtitle file. Your subtitle file is stored in the same location as your transcript. If you specified both WebVTT and SubRip subtitle formats, two URIs are provided.
If you included
OutputBucketNamein your transcription job request, this is the URI of that bucket. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If you didn't include
OutputBucketNamein your transcription job request, your subtitle file is stored in a service-managed bucket, andTranscriptFileUriprovides you with a temporary URI you can use for secure access to your subtitle file.Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an
AccesDeniederror, you can get a new temporary URI by running aGetTranscriptionJoborListTranscriptionJobrequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBTITLEFILEURIS() |
Getter for SUBTITLEFILEURIS, with configurable default |
ASK_SUBTITLEFILEURIS() |
Getter for SUBTITLEFILEURIS w/ exceptions if field has no va |
HAS_SUBTITLEFILEURIS() |
Determine if SUBTITLEFILEURIS has a value |
OutputStartIndex¶
Provides the start index value for your subtitle files. If you did not specify a value in your request, the default value of
0is used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTSTARTINDEX() |
Getter for OUTPUTSTARTINDEX, with configurable default |
ASK_OUTPUTSTARTINDEX() |
Getter for OUTPUTSTARTINDEX w/ exceptions if field has no va |
HAS_OUTPUTSTARTINDEX() |
Determine if OUTPUTSTARTINDEX has a value |