recordingDeviceType property

String? recordingDeviceType
getter/setter pair

The type of device the speech was recorded with. Possible string values are:

  • "RECORDING_DEVICE_TYPE_UNSPECIFIED" : The recording device is unknown.
  • "SMARTPHONE" : Speech was recorded on a smartphone.
  • "PC" : Speech was recorded using a personal computer or tablet.
  • "PHONE_LINE" : Speech was recorded over a phone line.
  • "VEHICLE" : Speech was recorded in a vehicle.
  • "OTHER_OUTDOOR_DEVICE" : Speech was recorded outdoors.
  • "OTHER_INDOOR_DEVICE" : Speech was recorded indoors.

Implementation

core.String? recordingDeviceType;