RecognizeResponse constructor

RecognizeResponse({
  1. String? requestId,
  2. List<SpeechRecognitionResult>? results,
  3. SpeechAdaptationInfo? speechAdaptationInfo,
  4. String? totalBilledTime,
  5. bool? usingLegacyModels,
})

Implementation

RecognizeResponse({
  this.requestId,
  this.results,
  this.speechAdaptationInfo,
  this.totalBilledTime,
  this.usingLegacyModels,
});