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
11NS_ASSUME_NONNULL_BEGIN
12
14
18@property(nonatomic, assign, readonly) NSInteger languageID;
19
23@property(nonatomic, copy, readonly) NSString *languageName;
24
25@end
26
27NS_ASSUME_NONNULL_END
NSString * languageName
localized language name of transcription language
NSInteger languageID
language id of transcription language