textToSpeech method

  1. @override
FutureOr<String> textToSpeech({
  1. required int numberThreads,
  2. required String text,
  3. required String ouputPath,
})
override

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

@override
FutureOr<String> textToSpeech(
    {required int numberThreads,
    required String text,
    required String ouputPath}) {
  // TODO: implement textToSpeech
  throw UnimplementedError();
}