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