| Package | Description |
|---|---|
| fiftyone.mobile.detection |
| Modifier and Type | Field and Description |
|---|---|
MatchMethods |
Match.method |
(package private) MatchMethods |
Match.MatchState.method |
| Modifier and Type | Field and Description |
|---|---|
private SortedList<MatchMethods,Long> |
Provider.methodCounts
The number of detections performed using the method.
|
| Modifier and Type | Method and Description |
|---|---|
MatchMethods |
Match.getMethod()
The method used to obtain the match.
|
static MatchMethods |
MatchMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchMethods[] |
MatchMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|