iOS SDK 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 © 2022 Zoom Video Communications, Inc. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
13
@interface
MobileRTCLiveTranscriptionLanguage
: NSObject
14
18
@property
(nonatomic, assign, readonly) NSInteger
languageID
;
19
23
@property
(nonatomic, copy, readonly) NSString *
languageName
;
24
25
@end
26
27
NS_ASSUME_NONNULL_END
MobileRTCLiveTranscriptionLanguage
Definition:
MobileRTCLiveTranscriptionLanguage.h:14
MobileRTCLiveTranscriptionLanguage::languageName
NSString * languageName
localized language name of transcription language
Definition:
MobileRTCLiveTranscriptionLanguage.h:23
MobileRTCLiveTranscriptionLanguage::languageID
NSInteger languageID
language id of transcription language
Definition:
MobileRTCLiveTranscriptionLanguage.h:18
Doxygen
iOS
msdk
MobileRTC.xcframework
ios-arm64
MobileRTC.framework
Headers
MobileRTCLiveTranscriptionLanguage.h
Generated by
1.9.6