Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKVoiceInterpretationVoiceInfo Class Reference

Represents a voice style used in voice interpretation. More...

#include <ZMVideoSDKVoiceInterpretationHelper.h>

Inherits NSObject.

Properties

int voiceTypeID
 The unique ID of the voice style.
NSString * voiceTypeName
 The display name of the voice style.
NSString * voiceSampleFileUrl
 The URL of the voice sample file.

Detailed Description

Represents a voice style used in voice interpretation.

Definition at line 30 of file ZMVideoSDKVoiceInterpretationHelper.h.

Property Documentation

◆ voiceSampleFileUrl

- (NSString*) voiceSampleFileUrl
readnonatomiccopy

The URL of the voice sample file.

Definition at line 42 of file ZMVideoSDKVoiceInterpretationHelper.h.

◆ voiceTypeID

- (int) voiceTypeID
readnonatomicassign

The unique ID of the voice style.

Definition at line 34 of file ZMVideoSDKVoiceInterpretationHelper.h.

◆ voiceTypeName

- (NSString*) voiceTypeName
readnonatomiccopy

The display name of the voice style.

Definition at line 38 of file ZMVideoSDKVoiceInterpretationHelper.h.