Package ai.extend.types
Interface ParseRunOutputOcrWordsItem._FinalStage
-
- All Known Implementing Classes:
ParseRunOutputOcrWordsItem.Builder
- Enclosing class:
- ParseRunOutputOcrWordsItem
public static interface ParseRunOutputOcrWordsItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunOutputOcrWordsItem._FinalStageblockId(java.lang.String blockId)ParseRunOutputOcrWordsItem._FinalStageblockId(java.util.Optional<java.lang.String> blockId)Theidof the block (see theBlockschema) this word was assigned to, based on bounding-box overlap.ParseRunOutputOcrWordsItembuild()
-
-
-
Method Detail
-
build
ParseRunOutputOcrWordsItem build()
-
blockId
ParseRunOutputOcrWordsItem._FinalStage blockId(java.util.Optional<java.lang.String> blockId)
The
idof the block (see theBlockschema) this word was assigned to, based on bounding-box overlap. Omitted when the word doesn't fall within any block's bounding box.
-
blockId
ParseRunOutputOcrWordsItem._FinalStage blockId(java.lang.String blockId)
-
-