ModerateTextResponse constructor

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

Implementation

ModerateTextResponse({
  this.languageCode,
  this.languageSupported,
  this.moderationCategories,
});