DetectModerationLabelsResponse constructor

DetectModerationLabelsResponse({
  1. HumanLoopActivationOutput? humanLoopActivationOutput,
  2. List<ModerationLabel>? moderationLabels,
  3. String? moderationModelVersion,
})

Implementation

DetectModerationLabelsResponse({
  this.humanLoopActivationOutput,
  this.moderationLabels,
  this.moderationModelVersion,
});