Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVoiceInterpretationVoiceInfo Class 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.

Detailed Description

Represents a voice style used in voice interpretation.

Definition at line 28 of file ZoomVideoSDKVoiceInterpretationHelper.h.

Property Documentation

◆ voiceSampleFileUrl

- (NSString* _Nullable) voiceSampleFileUrl
readnonatomiccopy

The URL of the voice sample file.

Definition at line 40 of file ZoomVideoSDKVoiceInterpretationHelper.h.

◆ voiceTypeID

- (NSInteger) voiceTypeID
readnonatomicassign

The unique ID of the voice style.

Definition at line 32 of file ZoomVideoSDKVoiceInterpretationHelper.h.

◆ voiceTypeName

- (NSString* _Nullable) voiceTypeName
readnonatomiccopy

The display name of the voice style.

Definition at line 36 of file ZoomVideoSDKVoiceInterpretationHelper.h.