SpeechToTextCharacterResponseModel constructor
const
SpeechToTextCharacterResponseModel({
- required String text,
- dynamic start,
- dynamic end,
Implementation
const SpeechToTextCharacterResponseModel({
required this.text,
this.start,
this.end,
});