AWSTranscribeStreamingAudioEvent

Objective-C

@interface AWSTranscribeStreamingAudioEvent

Swift

class AWSTranscribeStreamingAudioEvent

Provides a wrapper for the audio chunks that you are sending.

  • An audio blob that contains the next part of the audio that you want to transcribe.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSData *_Nullable audioChunk;

    Swift

    var audioChunk: Data? { get set }