- 4.49.0 (latest)
- 4.48.0
- 4.47.0
- 4.46.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.6.1
- 2.5.9
- 2.4.0
- 2.3.0
- 2.2.15
public enum RecognitionMetadata.RecordingDeviceType extends Enum<RecognitionMetadata.RecordingDeviceType> implements ProtocolMessageEnum
The type of device the speech was recorded with.
Protobuf enum google.cloud.speech.v1.RecognitionMetadata.RecordingDeviceType
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
OTHER_INDOOR_DEVICE | Speech was recorded indoors. |
OTHER_INDOOR_DEVICE_VALUE | Speech was recorded indoors. |
OTHER_OUTDOOR_DEVICE | Speech was recorded outdoors. |
OTHER_OUTDOOR_DEVICE_VALUE | Speech was recorded outdoors. |
PC | Speech was recorded using a personal computer or tablet. |
PC_VALUE | Speech was recorded using a personal computer or tablet. |
PHONE_LINE | Speech was recorded over a phone line. |
PHONE_LINE_VALUE | Speech was recorded over a phone line. |
RECORDING_DEVICE_TYPE_UNSPECIFIED | The recording device is unknown. |
RECORDING_DEVICE_TYPE_UNSPECIFIED_VALUE | The recording device is unknown. |
SMARTPHONE | Speech was recorded on a smartphone. |
SMARTPHONE_VALUE | Speech was recorded on a smartphone. |
UNRECOGNIZED | |
VEHICLE | Speech was recorded in a vehicle. |
VEHICLE_VALUE | Speech was recorded in a vehicle. |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |