|
Video SDK for iOS API Reference
|
Represents a voice style used in voice interpretation. More...
#include <ZoomVideoSDKVoiceInterpretationHelper.h>
Inherits NSObject.
Properties | |
| NSInteger | voiceTypeID |
| The unique ID of the voice style. | |
| NSString *_Nullable | voiceTypeName |
| The display name of the voice style. | |
| NSString *_Nullable | voiceSampleFileUrl |
| The URL of the voice sample file. | |
Represents a voice style used in voice interpretation.
Definition at line 28 of file ZoomVideoSDKVoiceInterpretationHelper.h.
|
readnonatomiccopy |
The URL of the voice sample file.
Definition at line 40 of file ZoomVideoSDKVoiceInterpretationHelper.h.
|
readnonatomicassign |
The unique ID of the voice style.
Definition at line 32 of file ZoomVideoSDKVoiceInterpretationHelper.h.
|
readnonatomiccopy |
The display name of the voice style.
Definition at line 36 of file ZoomVideoSDKVoiceInterpretationHelper.h.