AWSTranscribeLanguageCodeItem

Objective-C

@interface AWSTranscribeLanguageCodeItem

Swift

class AWSTranscribeLanguageCodeItem

Provides information on the speech contained in a discreet utterance when multi-language identification is enabled in your request. This utterance represents a block of speech consisting of one language, preceded or followed by a block of speech in a different language.

  • Provides the total time, in seconds, each identified language is spoken in your media.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable durationInSeconds;

    Swift

    var durationInSeconds: NSNumber? { get set }
  • Provides the language code for each language identified in your media.

    Declaration

    Objective-C

    @property (nonatomic) AWSTranscribeLanguageCode languageCode;

    Swift

    var languageCode: AWSTranscribeLanguageCode { get set }