public class ContentInspectConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ContentInspectConfig.ContentInspectModule
Inner class definition of ContentInspectModule
|
Modifier and Type | Field and Description |
---|---|
static int |
CONTENT_INSPECT_TYPE_INVALID |
static int |
CONTENT_INSPECT_TYPE_MODERATION |
static int |
CONTENT_INSPECT_TYPE_SUPERVISE |
java.lang.String |
extraInfo
The extra information, max lenght of extraInfo is 1024.
|
static int |
MAX_CONTENT_INSPECT_MODULE_COUNT |
int |
moduleCount
The actual content inspect count, defalut value is 0.
|
ContentInspectConfig.ContentInspectModule[] |
modules
The content inspect module array, max lenght of the array is 32.
|
Constructor and Description |
---|
ContentInspectConfig() |
public static final int CONTENT_INSPECT_TYPE_INVALID
public static final int CONTENT_INSPECT_TYPE_MODERATION
public static final int CONTENT_INSPECT_TYPE_SUPERVISE
public static final int MAX_CONTENT_INSPECT_MODULE_COUNT
public java.lang.String extraInfo
public ContentInspectConfig.ContentInspectModule[] modules
public int moduleCount