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