Table of Contents

Class TextToSpeechResponseParsingException

Thrown if the response of a TTS API request could not be parsed.

public class TextToSpeechResponseParsingException : Exception
Inheritance
object
Exception
TextToSpeechResponseParsingException

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