Error

data class Error(val reason: String) : SpeechResult

The request failed.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard

Human-readable description of the failure.