Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKSignInterpretationLanguageInfo Class Reference

Information of a supported sign interpretation language. More...

#include <ZoomSDKSignInterpretationController.h>

Inherits NSObject.

Properties

NSString * signLanguageID
 Get the sign language id.
 
NSString * signLanguageName
 Get the sign language name.
 

Detailed Description

Information of a supported sign interpretation language.

Definition at line 14 of file ZoomSDKSignInterpretationController.h.

Property Documentation

◆ signLanguageID

- (NSString*) signLanguageID
readnonatomiccopy

Get the sign language id.

Definition at line 18 of file ZoomSDKSignInterpretationController.h.

◆ signLanguageName

- (NSString*) signLanguageName
readnonatomiccopy

Get the sign language name.

Definition at line 22 of file ZoomSDKSignInterpretationController.h.