getLanguageHypotheses method

Future<Map<String, double>> getLanguageHypotheses(
  1. String text,
  2. int withMaximum
)

Implementation

Future<Map<String, double>> getLanguageHypotheses(
    String text, int withMaximum) {
  throw UnimplementedError('languageHypotheses() has not been implemented.');
}