SttRequest constructor

SttRequest({
  1. List<Language>? languages,
  2. int? timeo,
  3. bool? multipleConversation,
})

Implementation

SttRequest({
  this.languages,
  this.timeo,
  this.multipleConversation,
});