AWSTranscribeStartTranscriptionJobResponse
Objective-C
@interface AWSTranscribeStartTranscriptionJobResponse
Swift
class AWSTranscribeStartTranscriptionJobResponse
-
Provides detailed information about the current transcription job, including job status and, if applicable, failure reason.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeTranscriptionJob *_Nullable transcriptionJob;
Swift
var transcriptionJob: AWSTranscribeTranscriptionJob? { get set }