Show / Hide Table of Contents

Class TtsOracleConfiguration

Use this configuration for selecting a model from Oracle model family.

Inheritance
object
TtsConfiguration
TtsOracleConfiguration
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 TtsOracleConfiguration : TtsConfiguration

Properties

ModelDetails

Declaration
[JsonProperty(PropertyName = "modelDetails")]
public TtsOracleModelDetails ModelDetails { get; set; }
Property Value
Type Description
TtsOracleModelDetails

SpeechSettings

Declaration
[JsonProperty(PropertyName = "speechSettings")]
public TtsOracleSpeechSettings SpeechSettings { get; set; }
Property Value
Type Description
TtsOracleSpeechSettings
In this article
Back to top