Class TtsBaseAudioConfig
Use this audio config for saving the audio response at specified path.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class TtsBaseAudioConfig : TtsAudioConfigProperties
SavePath
Declaration
[Required(ErrorMessage = "SavePath is required.")]
[JsonProperty(PropertyName = "savePath")]
public string SavePath { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Specify the path where you want to save the audio response. | 
Remarks
Required