Package | Description |
---|---|
com.aspose.ocr |
Modifier and Type | Method and Description |
---|---|
static DetectAreasMode |
DetectAreasMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectAreasMode[] |
DetectAreasMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentRecognitionSettings.setDetectAreasMode(DetectAreasMode detectAreasMode)
Determines the type of neural network used for areas detection.
|
void |
RecognitionSettings.setDetectAreasMode(DetectAreasMode detectAreasMode)
Determines the type of neural network used for areas detection.
|