AWSTranscribeStreamingTranscriptEvent
Objective-C
@interface AWSTranscribeStreamingTranscriptEvent
Swift
class AWSTranscribeStreamingTranscriptEvent
Represents a set of transcription results from the server to the client. It contains one or more segments of the transcription.
-
The transcription of the audio stream. The transcription is composed of all of the items in the results list.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeStreamingTranscript *_Nullable transcript;
Swift
var transcript: AWSTranscribeStreamingTranscript? { get set }