ClassifyTextResponse constructor

ClassifyTextResponse({
  1. List<ClassificationCategory> categories = const [],
  2. String languageCode = '',
  3. bool languageSupported = false,
})

Implementation

ClassifyTextResponse({
  this.categories = const [],
  this.languageCode = '',
  this.languageSupported = false,
}) : super(fullyQualifiedName);