# SpeechToTextApiV30.Component

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | Additional messages about the current service health. | [optional] 
**name** | **String** | The name of the component. | [optional] 
**status** | **String** | The health status of this component. | [optional] 
**type** | **String** | The type of this component. | [optional] 


<a name="StatusEnum"></a>
## Enum: StatusEnum


* `healthy` (value: `"Healthy"`)

* `sick` (value: `"Sick"`)

* `error` (value: `"Error"`)




