Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCLiveTranscriptionLanguage.h
Go to the documentation of this file.
1//
2// MobileRTCLiveTranscriptionLanguage.h
3// MobileRTC
4//
5// Created by Zoom on 2022/5/30.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
18
22@property(nonatomic, assign, readonly) NSInteger languageID;
23
27@property(nonatomic, copy, readonly) NSString * _Nullable languageName;
28
29@end
30
31NS_ASSUME_NONNULL_END
Represent interpretation language information.
NSString *_Nullable languageName
Localized language name of transcription language.
NSInteger languageID
Language id of transcription language.