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
 Gets the sign language ID.
 
NSString * signLanguageName
 Gets 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

Gets the sign language ID.

Definition at line 18 of file ZoomSDKSignInterpretationController.h.

◆ signLanguageName

- (NSString*) signLanguageName
readnonatomiccopy

Gets the sign language name.

Definition at line 22 of file ZoomSDKSignInterpretationController.h.