classifyText method

Future<Map<String, double>> classifyText(
  1. String text, {
  2. String? sessionId,
  3. List<String>? categories,
})

Implementation

Future<Map<String, double>> classifyText(
  String text, {
  String? sessionId,
  List<String>? categories,
}) {
  throw UnimplementedError('classifyText() has not been implemented.');
}