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 boolean
getConfidence()
Whether the confidence feature was activated.boolean
getPolygon()
Whether the polygon feature was activated.boolean
getRag()
Whether the RAG feature was activated.boolean
getRawText()
Whether the Raw Text feature was activated.String
toString()
-
-
-
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.
-
-