Class TextToSpeechResponseParsingException
- Namespace
- Uralstech.UCloud.TextToSpeech.Exceptions
Thrown if the response of a TTS API request could not be parsed.
public class TextToSpeechResponseParsingException : Exception
- Inheritance
-
objectExceptionTextToSpeechResponseParsingException
Fields
DownloadedText
The content downloaded from the request.
public string DownloadedText
Field Value
- string
IsBetaApi
Was the request on a beta API?
public bool IsBetaApi
Field Value
- bool
RequestEndpoint
The endpoint of the request.
public Uri RequestEndpoint
Field Value
- Uri