Package ai.extend.types
Class ParserRunOcrWordsItemBoundingBox
- java.lang.Object
-
- ai.extend.types.ParserRunOcrWordsItemBoundingBox
-
public final class ParserRunOcrWordsItemBoundingBox extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParserRunOcrWordsItemBoundingBox._FinalStagestatic interfaceParserRunOcrWordsItemBoundingBox.BottomStagestatic classParserRunOcrWordsItemBoundingBox.Builderstatic interfaceParserRunOcrWordsItemBoundingBox.LeftStagestatic interfaceParserRunOcrWordsItemBoundingBox.RightStagestatic interfaceParserRunOcrWordsItemBoundingBox.TopStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParserRunOcrWordsItemBoundingBox.LeftStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()doublegetBottom()doublegetLeft()doublegetRight()doublegetTop()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getLeft
public double getLeft()
- Returns:
- The left coordinate of the bounding box.
-
getRight
public double getRight()
- Returns:
- The right coordinate of the bounding box.
-
getTop
public double getTop()
- Returns:
- The top coordinate of the bounding box.
-
getBottom
public double getBottom()
- Returns:
- The bottom coordinate of the bounding box.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ParserRunOcrWordsItemBoundingBox.LeftStage builder()
-
-