Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCLiveTranscriptionLanguage.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
8NS_ASSUME_NONNULL_BEGIN
9
15
19@property(nonatomic, assign, readonly) NSInteger languageID;
20
24@property(nonatomic, copy, readonly) NSString * _Nullable languageName;
25
26@end
27
28NS_ASSUME_NONNULL_END
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.