RecognitionMetadata_RecordingDeviceType$json top-level constant

  1. @Deprecated('Use recognitionMetadataDescriptor instead')
Map<String, Object> const RecognitionMetadata_RecordingDeviceType$json

Implementation

@$core.Deprecated('Use recognitionMetadataDescriptor instead')
const RecognitionMetadata_RecordingDeviceType$json = {
  '1': 'RecordingDeviceType',
  '2': [
    {'1': 'RECORDING_DEVICE_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'SMARTPHONE', '2': 1},
    {'1': 'PC', '2': 2},
    {'1': 'PHONE_LINE', '2': 3},
    {'1': 'VEHICLE', '2': 4},
    {'1': 'OTHER_OUTDOOR_DEVICE', '2': 5},
    {'1': 'OTHER_INDOOR_DEVICE', '2': 6},
  ],
};