Click or drag to resize

VoiceData Constructor (VoiceType)

Constructor which takes the voice type enumeration.

Namespace:  IBM.Watson.DeveloperCloud.DataTypes
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public VoiceData(
	VoiceType voice
)

Parameters

voice
Type: IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1VoiceType
The voice to select.
See Also