AWSTranscribeStreamingAudioStream
Objective-C
@interface AWSTranscribeStreamingAudioStream
Swift
class AWSTranscribeStreamingAudioStream
Represents the audio stream from your application to Amazon Transcribe.
-
A blob of audio from your application. You audio stream consists of one or more audio events.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeStreamingAudioEvent *_Nullable audioEvent;
Swift
var audioEvent: AWSTranscribeStreamingAudioEvent? { get set }