Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 574 Bytes

HealthStatus.md

File metadata and controls

23 lines (12 loc) · 574 Bytes

SpeechToTextApiV30.HealthStatus

Properties

Name Type Description Notes
status String The overall service status. [optional]
message String Additional messages about the current service health. [optional]
components [Component] Optional subcomponents of this service and their status. [optional]

Enum: StatusEnum

  • healthy (value: "Healthy")

  • sick (value: "Sick")

  • error (value: "Error")