ClassifyTextResponse constructor

ClassifyTextResponse({
  1. List<ClassificationCategory>? categories,
  2. String? languageCode,
  3. bool? languageSupported,
})

Implementation

ClassifyTextResponse({
  this.categories,
  this.languageCode,
  this.languageSupported,
});