Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKVoiceInterpretationLanguage Class Reference

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

#include <ZMVideoSDKVoiceInterpretationHelper.h>

Inherits NSObject.

Properties

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

Detailed Description

Represents a language used in voice interpretation.

Definition at line 15 of file ZMVideoSDKVoiceInterpretationHelper.h.

Property Documentation

◆ languageID

- (int) languageID
readnonatomicassign

The unique ID of the language.

Definition at line 19 of file ZMVideoSDKVoiceInterpretationHelper.h.

◆ languageName

- (NSString*) languageName
readnonatomiccopy

The display name of the language.

Definition at line 23 of file ZMVideoSDKVoiceInterpretationHelper.h.