Voice interpretation voice-style descriptor.
More...
#include <zoom_video_sdk_voice_interpretation_helper_interface.h>
Voice interpretation voice-style descriptor.
Definition at line 40 of file zoom_video_sdk_voice_interpretation_helper_interface.h.
◆ ~IZoomVideoSDKVoiceInterpretationVoiceInfo()
| virtual IZoomVideoSDKVoiceInterpretationVoiceInfo::~IZoomVideoSDKVoiceInterpretationVoiceInfo |
( |
| ) |
|
|
inlinevirtual |
◆ getVoiceSampleFileUrl()
| virtual zchar_t * IZoomVideoSDKVoiceInterpretationVoiceInfo::getVoiceSampleFileUrl |
( |
| ) |
|
|
pure virtual |
Get the URL of the voice sample file.
- Returns
- The URL string. Returns nullptr if unavailable.
◆ getVoiceTypeID()
| virtual int IZoomVideoSDKVoiceInterpretationVoiceInfo::getVoiceTypeID |
( |
| ) |
|
|
pure virtual |
Get the unique id of the voice style.
- Returns
- The voice style id.
◆ getVoiceTypeName()
| virtual zchar_t * IZoomVideoSDKVoiceInterpretationVoiceInfo::getVoiceTypeName |
( |
| ) |
|
|
pure virtual |
Get the display name of the voice style.
- Returns
- The voice style name.