SpeechWordInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use speechWordInfoDescriptor instead')
const SpeechWordInfo$json = const {
  '1': 'SpeechWordInfo',
  '2': const [
    const {'1': 'word', '3': 3, '4': 1, '5': 9, '10': 'word'},
    const {
      '1': 'start_offset',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'startOffset'
    },
    const {
      '1': 'end_offset',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'endOffset'
    },
    const {'1': 'confidence', '3': 4, '4': 1, '5': 2, '10': 'confidence'},
  ],
};