6#import <Foundation/Foundation.h>
19@property(nonatomic, assign, readonly) NSInteger
languageID;
24@property(nonatomic, copy, readonly) NSString * _Nullable
languageName;
Represents live transcription language information.
NSString *_Nullable languageName
The localized language name of the transcription language.
NSInteger languageID
The language ID of the transcription language.