Class TtsOracleConfiguration
  Use this configuration for selecting a model from Oracle model family.
    Inheritance
    
    
    TtsOracleConfiguration
   
  
  
  Assembly: OCI.DotNetSDK.Aispeech.dll
  Syntax
  
    public class TtsOracleConfiguration : TtsConfiguration
   
  Properties
  
  ModelDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "modelDetails")]
public TtsOracleModelDetails ModelDetails { get; set; }
   
  Property Value
  
  
  SpeechSettings
  
  
  Declaration
  
    [JsonProperty(PropertyName = "speechSettings")]
public TtsOracleSpeechSettings SpeechSettings { get; set; }
   
  Property Value