Class ContentInspectConfig

java.lang.Object
io.agora.rtc2.video.ContentInspectConfig

public class ContentInspectConfig extends Object
The ContentInspectConfig class.
Since:
v3.4.2.
  • Field Details

    • CONTENT_INSPECT_TYPE_INVALID

      public static final int CONTENT_INSPECT_TYPE_INVALID
      See Also:
    • CONTENT_INSPECT_TYPE_MODERATION

      @Deprecated public static final int CONTENT_INSPECT_TYPE_MODERATION
      Deprecated.
      Content inspect type moderation
      See Also:
    • CONTENT_INSPECT_TYPE_SUPERVISE

      public static final int CONTENT_INSPECT_TYPE_SUPERVISE
      See Also:
    • CONTENT_INSPECT_TYPE_IMAGE_MODERATION

      public static final int CONTENT_INSPECT_TYPE_IMAGE_MODERATION
      See Also:
    • MAX_CONTENT_INSPECT_MODULE_COUNT

      public static final int MAX_CONTENT_INSPECT_MODULE_COUNT
      See Also:
    • extraInfo

      public String extraInfo
      The extra information, max lenght of extraInfo is 1024.
    • serverConfig

      public String serverConfig
      The specific server configuration for image moderation. Please contact technical support.
    • modules

      The content inspect module array, max lenght of the array is 32.
    • moduleCount

      public int moduleCount
      The actual content inspect count, defalut value is 0.
  • Constructor Details

    • ContentInspectConfig

      public ContentInspectConfig()