Show / Hide Table of Contents

Class TtsOracleTts2NaturalModelDetails

Use this schema for specifying properties of TTS_2_NATURAL model from Oracle model family.

Inheritance
object
TtsOracleModelDetails
TtsOracleTts2NaturalModelDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

  • en-US: English - United States
  • en-GB: English - Great Britain
  • es-ES: Spanish - Spain
  • pt-BR: Portuguese - Brazil
  • hi-IN: Hindi - India
  • fr-FR: French - France
  • it-IT: Italian - Italy
  • ja-JP: Japanese - Japan
  • zh-CN: Mandarin - China

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 voiceId can be obtained by calling {@link #listVoices(ListVoicesRequest) listVoices} api.

In this article
Back to top