Package ai.extend.types
Interface ParserRunOcrWordsItem.ConfidenceStage
-
- All Known Implementing Classes:
ParserRunOcrWordsItem.Builder
- Enclosing class:
- ParserRunOcrWordsItem
public static interface ParserRunOcrWordsItem.ConfidenceStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParserRunOcrWordsItem.PageNumberStageconfidence(double confidence)The confidence score of the OCR detection for this word, between 0 and 1.
-
-
-
Method Detail
-
confidence
ParserRunOcrWordsItem.PageNumberStage confidence(double confidence)
The confidence score of the OCR detection for this word, between 0 and 1.
-
-