ModerateTextResponse constructor

ModerateTextResponse({
  1. List<ClassificationCategory> moderationCategories = const [],
  2. String languageCode = '',
  3. bool languageSupported = false,
})

Implementation

ModerateTextResponse({
  this.moderationCategories = const [],
  this.languageCode = '',
  this.languageSupported = false,
}) : super(fullyQualifiedName);