AWSTranscribeSubtitlesOutput
Objective-C
@interface AWSTranscribeSubtitlesOutput
Swift
class AWSTranscribeSubtitlesOutput
Provides information about your subtitle file, including format, start index, and Amazon S3 location.
-
Provides the format of your subtitle files. If your request included both WebVTT (
vtt) and SubRip (srt) formats, both formats are shown.Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable formats;Swift
var formats: [String]? { get set } -
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.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable outputStartIndex;Swift
var outputStartIndex: NSNumber? { get set } -
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.Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable subtitleFileUris;Swift
var subtitleFileUris: [String]? { get set }
View on GitHub
Install in Dash
AWSTranscribeSubtitlesOutput Class Reference