Show / Hide Table of Contents

Class TtsBaseAudioConfig

Use this audio config for saving the audio response at specified path.

Inheritance
object
TtsAudioConfig
TtsBaseAudioConfig
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 TtsBaseAudioConfig : TtsAudioConfig

Properties

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

In this article
Back to top