ClassifyTextResponse constructor
      
      ClassifyTextResponse({ 
    
    
- List<ClassificationCategory> ? categories,
- String? languageCode,
- bool? languageSupported,
Implementation
ClassifyTextResponse({
  this.categories,
  this.languageCode,
  this.languageSupported,
});