Speech2Text constructor
const
Speech2Text({})
Implementation
const Speech2Text({
required this.key,
this.webhook,
this.trackId,
required this.audioUrl,
this.inputLanguage,
this.timestampLevel,
});
const Speech2Text({
required this.key,
this.webhook,
this.trackId,
required this.audioUrl,
this.inputLanguage,
this.timestampLevel,
});