Package ai.extend.types
Interface ParseRunOutputOcrWordsItem.ContentStage
-
- All Known Implementing Classes:
ParseRunOutputOcrWordsItem.Builder
- Enclosing class:
- ParseRunOutputOcrWordsItem
public static interface ParseRunOutputOcrWordsItem.ContentStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunOutputOcrWordsItem.BoundingBoxStagecontent(java.lang.String content)The text content of the word.ParseRunOutputOcrWordsItem.Builderfrom(ParseRunOutputOcrWordsItem other)
-
-
-
Method Detail
-
content
ParseRunOutputOcrWordsItem.BoundingBoxStage content(@NotNull java.lang.String content)
The text content of the word.
-
from
ParseRunOutputOcrWordsItem.Builder from(ParseRunOutputOcrWordsItem other)
-
-