public static enum AnalysisBackend.Capability extends java.lang.Enum<AnalysisBackend.Capability>
| Enum Constant and Description |
|---|
ANONYMOUS_TASK
is this back-end capable of processing tasks without user information
|
BACKEND_FEEDBACK
should this back-end receive feedback based on analysis results generated by other back-ends
|
FACEBOOK_SUMMARIZATION
back-end is capable of processing facebook profiles
|
PHOTO_ANALYSIS
back-end is capable of processing photo content
|
PHOTO_SEARCH
back-end is capable of search/query operations for photos
|
TWITTER_SUMMARIZATION
back-end is capable of processing twitter profiles
|
USER_FEEDBACK
should this back-end receive directly or indirectly generated user feedback
|
VIDEO_ANALYSIS
back-end is capable of processing video content
|
VIDEO_SEARCH
back-end is capable of search/query operations for videos
|
| Modifier and Type | Method and Description |
|---|---|
static AnalysisBackend.Capability |
fromInt(int value) |
int |
toInt() |
static AnalysisBackend.Capability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisBackend.Capability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisBackend.Capability PHOTO_ANALYSIS
public static final AnalysisBackend.Capability PHOTO_SEARCH
public static final AnalysisBackend.Capability USER_FEEDBACK
public static final AnalysisBackend.Capability ANONYMOUS_TASK
public static final AnalysisBackend.Capability FACEBOOK_SUMMARIZATION
public static final AnalysisBackend.Capability BACKEND_FEEDBACK
public static final AnalysisBackend.Capability TWITTER_SUMMARIZATION
public static final AnalysisBackend.Capability VIDEO_ANALYSIS
public static final AnalysisBackend.Capability VIDEO_SEARCH
public static AnalysisBackend.Capability[] values()
for (AnalysisBackend.Capability c : AnalysisBackend.Capability.values()) System.out.println(c);
public static AnalysisBackend.Capability 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 nullpublic int toInt()
public static AnalysisBackend.Capability fromInt(int value) throws java.lang.IllegalArgumentException
value - java.lang.IllegalArgumentException - on bad valueCopyright © 2015 Tampere University of Technology, Pori Department.