DetectModerationLabelsResponse constructor
DetectModerationLabelsResponse({
- HumanLoopActivationOutput? humanLoopActivationOutput,
- List<
ModerationLabel> ? moderationLabels, - String? moderationModelVersion,
Implementation
DetectModerationLabelsResponse({
this.humanLoopActivationOutput,
this.moderationLabels,
this.moderationModelVersion,
});