AWSTranscribeStreamingAlternative

Objective-C

@interface AWSTranscribeStreamingAlternative

Swift

class AWSTranscribeStreamingAlternative

A list of possible transcriptions for the audio.

  • One or more alternative interpretations of the input audio.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSTranscribeStreamingItem *> *_Nullable items;

    Swift

    var items: [AWSTranscribeStreamingItem]? { get set }
  • The text that was transcribed from the audio.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable transcript;

    Swift

    var transcript: String? { get set }