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
Represent interpretation language information.
NSString *_Nullable languageName
Localized language name of transcription language.
NSInteger languageID
Language id of transcription language.