public static enum VideoFeature.FeatureType extends Enum<VideoFeature.FeatureType> implements BmcEnum
The feature of video analysis. Allowed values are: - LABEL_DETECTION: Label detection feature(IC). - OBJECT_DETECTION: Object detection feature(OD). - TEXT_DETECTION: Text detection feature(OCR). - FACE_DETECTION: Face detection feature(fd). - OBJECT_TRACKING: Object tracking feature(OT).
Enum Constant and Description |
---|
FaceDetection |
LabelDetection |
ObjectDetection |
ObjectTracking |
TextDetection |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static VideoFeature.FeatureType |
create(String key) |
String |
getValue() |
static VideoFeature.FeatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoFeature.FeatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoFeature.FeatureType LabelDetection
public static final VideoFeature.FeatureType ObjectDetection
public static final VideoFeature.FeatureType TextDetection
public static final VideoFeature.FeatureType FaceDetection
public static final VideoFeature.FeatureType ObjectTracking
public static final VideoFeature.FeatureType UnknownEnumValue
public static VideoFeature.FeatureType[] values()
for (VideoFeature.FeatureType c : VideoFeature.FeatureType.values()) System.out.println(c);
public static VideoFeature.FeatureType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static VideoFeature.FeatureType create(String key)
Copyright © 2016–2025. All rights reserved.