Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVoiceInterpretationLanguage Class Reference

Represents a language used in voice interpretation. More...

#include <ZoomVideoSDKVoiceInterpretationHelper.h>

Inherits NSObject.

Properties

NSInteger languageID
 The unique ID of the language.
NSString *_Nullable languageName
 The display name of the language.

Detailed Description

Represents a language used in voice interpretation.

Definition at line 13 of file ZoomVideoSDKVoiceInterpretationHelper.h.

Property Documentation

◆ languageID

- (NSInteger) languageID
readnonatomicassign

The unique ID of the language.

Definition at line 17 of file ZoomVideoSDKVoiceInterpretationHelper.h.

◆ languageName

- (NSString* _Nullable) languageName
readnonatomiccopy

The display name of the language.

Definition at line 21 of file ZoomVideoSDKVoiceInterpretationHelper.h.