Module: Google::Cloud::Speech::V1p1beta1::RecognitionMetadata::RecordingDeviceType

Defined in:
proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb

Overview

The type of device the speech was recorded with.

Constant Summary collapse

RECORDING_DEVICE_TYPE_UNSPECIFIED =

The recording device is unknown.

0
SMARTPHONE =

Speech was recorded on a smartphone.

1
PC =

Speech was recorded using a personal computer or tablet.

2
PHONE_LINE =

Speech was recorded over a phone line.

3
VEHICLE =

Speech was recorded in a vehicle.

4
OTHER_OUTDOOR_DEVICE =

Speech was recorded outdoors.

5
OTHER_INDOOR_DEVICE =

Speech was recorded indoors.

6