| Modifier and Type | Method and Description |
|---|---|
static AccuracyMode |
AccuracyMode.forValue(String value)
checks if value is a valid
AccuracyMode enum |
AccuracyMode |
RelationshipsOptions.getAccuracyMode()
get the accuracyMode to use for relationship extraction
|
static AccuracyMode |
AccuracyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccuracyMode[] |
AccuracyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipsOptions.setAccuracyMode(AccuracyMode accuracyMode)
set the accuracyMode to use for relationship extraction
|
| Constructor and Description |
|---|
RelationshipsOptions(AccuracyMode accuracyMode)
constructor for
RelationshipOptions |
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.