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