RecognizeResponse constructor
RecognizeResponse({
- String? requestId,
- List<
SpeechRecognitionResult> ? results, - SpeechAdaptationInfo? speechAdaptationInfo,
- String? totalBilledTime,
- bool? usingLegacyModels,
Implementation
RecognizeResponse({
this.requestId,
this.results,
this.speechAdaptationInfo,
this.totalBilledTime,
this.usingLegacyModels,
});