Package ai.extend.types
Interface ParserRunOcrWordsItemBoundingBox.LeftStage
-
- All Known Implementing Classes:
ParserRunOcrWordsItemBoundingBox.Builder
- Enclosing class:
- ParserRunOcrWordsItemBoundingBox
public static interface ParserRunOcrWordsItemBoundingBox.LeftStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParserRunOcrWordsItemBoundingBox.Builderfrom(ParserRunOcrWordsItemBoundingBox other)ParserRunOcrWordsItemBoundingBox.RightStageleft(double left)The left coordinate of the bounding box.
-
-
-
Method Detail
-
left
ParserRunOcrWordsItemBoundingBox.RightStage left(double left)
The left coordinate of the bounding box.
-
from
ParserRunOcrWordsItemBoundingBox.Builder from(ParserRunOcrWordsItemBoundingBox other)
-
-