LongRunningRecognizeMetadata$json top-level constant

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

Implementation

@$core.Deprecated('Use longRunningRecognizeMetadataDescriptor instead')
const LongRunningRecognizeMetadata$json = const {
  '1': 'LongRunningRecognizeMetadata',
  '2': const [
    const {'1': 'progress_percent', '3': 1, '4': 1, '5': 5, '10': 'progressPercent'},
    const {'1': 'start_time', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startTime'},
    const {'1': 'last_update_time', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'lastUpdateTime'},
  ],
};