ContentModerationDetection constructor

ContentModerationDetection({
  1. ModerationLabel? moderationLabel,
  2. int? timestamp,
})

Implementation

ContentModerationDetection({
  this.moderationLabel,
  this.timestamp,
});