Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶ added in v1.3.0
type ErrorResponse interfaces.DeepgramError
ErrorResponse is the Deepgram specific response error
type SpeakOptions ¶
type SpeakOptions interfaces.SpeakOptions
********************************* Request/Input structs *********************************
type SpeakResponse ¶
type SpeakResponse struct { ContextType string `json:"content_type,omitempty"` RequestID string `json:"request_id,omitempty"` ModelUUID string `json:"model_uuid,omitempty"` Characters int `json:"characters,omitempty"` ModelName string `json:"model_name,omitempty"` TransferEncoding string `json:"transfer_encoding,omitempty"` Date string `json:"date,omitempty"` Filename string `json:"filename,omitempty"` }
********************************* response/result structs *********************************
Click to show internal directories.
Click to hide internal directories.