Class AiReviewPornTaskOutput

    • Constructor Detail

      • AiReviewPornTaskOutput

        public AiReviewPornTaskOutput()
      • AiReviewPornTaskOutput

        public AiReviewPornTaskOutput​(AiReviewPornTaskOutput source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getConfidence

        public Float getConfidence()
        Get 视频鉴黄评分,分值为0到100。
        Returns:
        Confidence 视频鉴黄评分,分值为0到100。
      • setConfidence

        public void setConfidence​(Float Confidence)
        Set 视频鉴黄评分,分值为0到100。
        Parameters:
        Confidence - 视频鉴黄评分,分值为0到100。
      • getSuggestion

        public String getSuggestion()
        Get 鉴黄结果建议,取值范围:
      • pass。
      • review。
      • block。
Returns:
Suggestion 鉴黄结果建议,取值范围:
  • pass。
  • review。
  • block。
  • Parameters:
    Suggestion - 鉴黄结果建议,取值范围:
  • pass。
  • review。
  • block。