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

Represents a language used in live transcription. More...

#include <ZMVideoSDKLiveTranscriptionHelper.h>

Inherits NSObject.

Properties

int languageID
 The id of the language.
 
NSString * languageName
 The name of the language.
 

Detailed Description

Represents a language used in live transcription.

Definition at line 15 of file ZMVideoSDKLiveTranscriptionHelper.h.

Property Documentation

◆ languageID

- (int) languageID
readnonatomicassign

The id of the language.

Definition at line 20 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ languageName

- (NSString*) languageName
readnonatomiccopy

The name of the language.

Definition at line 25 of file ZMVideoSDKLiveTranscriptionHelper.h.