SpeechToTextWordResponseModel constructor
const
SpeechToTextWordResponseModel({
- required String text,
- dynamic start,
- dynamic end,
- required SpeechToTextWordResponseModelType type,
- dynamic speakerId,
- required double logprob,
- dynamic characters,
Implementation
const SpeechToTextWordResponseModel({
required this.text,
this.start,
this.end,
required this.type,
this.speakerId,
required this.logprob,
this.characters,
});