Show / Hide Table of Contents

Class TtsOracleTts1StandardModelDetails

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

Inheritance
object
TtsOracleModelDetails
TtsOracleTts1StandardModelDetails
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 TtsOracleTts1StandardModelDetails : TtsOracleModelDetails

Properties

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