Class TtsOracleTts2NaturalModelDetails
Use this schema for specifying properties of TTS_2_NATURAL model from Oracle model family.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class TtsOracleTts2NaturalModelDetails : TtsOracleModelDetails
Properties
LanguageCode
Declaration
[JsonProperty(PropertyName = "languageCode")]
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string | Locale value as per given in [https://datatracker.ietf.org/doc/html/rfc5646]. Default en-US
|
VoiceId
Declaration
[JsonProperty(PropertyName = "voiceId")]
public string VoiceId { get; set; }
Property Value
Type | Description |
---|---|
string | Speaker in whose voice the user wants the output speech to be in.
The possible values for |