public static enum ContextLoader.GlobalContextField extends java.lang.Enum<ContextLoader.GlobalContextField>
| Enum Constant and Description |
|---|
CONCURRENCY
并发限制 [int]
|
MULIT_FACE_DETECT_TREND
人脸检测倾向, [boolean] true:多人脸检测,false:用于帧相关单人脸检测
|
| Modifier and Type | Method and Description |
|---|---|
static ContextLoader.GlobalContextField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextLoader.GlobalContextField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextLoader.GlobalContextField CONCURRENCY
public static final ContextLoader.GlobalContextField MULIT_FACE_DETECT_TREND
public static ContextLoader.GlobalContextField[] values()
for (ContextLoader.GlobalContextField c : ContextLoader.GlobalContextField.values()) System.out.println(c);
public static ContextLoader.GlobalContextField valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2020. All rights reserved.