ClassifyTextResponse constructor
ClassifyTextResponse({
- List<
ClassificationCategory> categories = const [], - String languageCode = '',
- bool languageSupported = false,
Implementation
ClassifyTextResponse({
this.categories = const [],
this.languageCode = '',
this.languageSupported = false,
}) : super(fullyQualifiedName);