AudioSegment$json top-level constant

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

Implementation

@$core.Deprecated('Use audioSegmentDescriptor instead')
const AudioSegment$json = const {
  '1': 'AudioSegment',
  '2': const [
    const {'1': 'startTime', '3': 1, '4': 1, '5': 5, '10': 'startTime'},
    const {'1': 'endTime', '3': 2, '4': 1, '5': 5, '10': 'endTime'},
    const {'1': 'label', '3': 3, '4': 1, '5': 9, '10': 'label'},
    const {'1': 'transcription', '3': 4, '4': 1, '5': 9, '9': 0, '10': 'transcription', '17': true},
    const {'1': 'transcriptionModel', '3': 5, '4': 1, '5': 11, '6': '.AudioModel', '9': 1, '10': 'transcriptionModel', '17': true},
    const {'1': 'classificationResults', '3': 6, '4': 3, '5': 11, '6': '.ClassificationResult', '10': 'classificationResults'},
    const {'1': 'transcriptionResults', '3': 7, '4': 3, '5': 11, '6': '.ClassificationResult', '10': 'transcriptionResults'},
  ],
  '8': const [
    const {'1': '_transcription'},
    const {'1': '_transcriptionModel'},
  ],
};