AWSTranscribeStreamingTranscript
Objective-C
@interface AWSTranscribeStreamingTranscript
Swift
class AWSTranscribeStreamingTranscript
The transcription in a TranscriptEvent.
-
Result objects that contain the results of transcribing a portion of the input audio stream. The array can be empty.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTranscribeStreamingResult *> *_Nullable results;
Swift
var results: [AWSTranscribeStreamingResult]? { get set }