Video SDK for Linux API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKVoiceInterpretationVoiceInfo Class Referenceabstract

Voice interpretation voice-style descriptor. More...

#include <zoom_video_sdk_voice_interpretation_helper_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKVoiceInterpretationVoiceInfo ()
virtual zchar_tgetVoiceTypeName ()=0
 Get the display name of the voice style.
virtual int getVoiceTypeID ()=0
 Get the unique id of the voice style.
virtual zchar_tgetVoiceSampleFileUrl ()=0
 Get the URL of the voice sample file.

Detailed Description

Voice interpretation voice-style descriptor.

Definition at line 40 of file zoom_video_sdk_voice_interpretation_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKVoiceInterpretationVoiceInfo()

virtual IZoomVideoSDKVoiceInterpretationVoiceInfo::~IZoomVideoSDKVoiceInterpretationVoiceInfo ( )
inlinevirtual

Member Function Documentation

◆ 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.