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