Package com.mindee.parsing.v2
Class InferenceActiveOptions
- java.lang.Object
-
- com.mindee.parsing.v2.InferenceActiveOptions
-
public final class InferenceActiveOptions extends Object
Option response for V2 API inference.
-
-
Constructor Summary
Constructors Constructor Description InferenceActiveOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetConfidence()Whether the confidence feature was activated.booleangetPolygon()Whether the polygon feature was activated.booleangetRag()Whether the RAG feature was activated.booleangetRawText()Whether the Raw Text feature was activated.StringtoString()
-
-
-
Method Detail
-
getRag
public boolean getRag()
Whether the RAG feature was activated.
-
getRawText
public boolean getRawText()
Whether the Raw Text feature was activated.
-
getPolygon
public boolean getPolygon()
Whether the polygon feature was activated.
-
getConfidence
public boolean getConfidence()
Whether the confidence feature was activated.
-
-