Package ai.extend.types
Class ExtractionFieldResultReferenceBoundingBoxesItem
- java.lang.Object
-
- ai.extend.types.ExtractionFieldResultReferenceBoundingBoxesItem
-
public final class ExtractionFieldResultReferenceBoundingBoxesItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExtractionFieldResultReferenceBoundingBoxesItem._FinalStagestatic interfaceExtractionFieldResultReferenceBoundingBoxesItem.BottomStagestatic classExtractionFieldResultReferenceBoundingBoxesItem.Builderstatic interfaceExtractionFieldResultReferenceBoundingBoxesItem.LeftStagestatic interfaceExtractionFieldResultReferenceBoundingBoxesItem.RightStagestatic interfaceExtractionFieldResultReferenceBoundingBoxesItem.TopStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtractionFieldResultReferenceBoundingBoxesItem.TopStagebuilder()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
-
getTop
public double getTop()
- Returns:
- The top coordinate of the bounding box
-
getLeft
public double getLeft()
- Returns:
- The left coordinate of the bounding box
-
getBottom
public double getBottom()
- Returns:
- The bottom coordinate of the bounding box
-
getRight
public double getRight()
- Returns:
- The right 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 ExtractionFieldResultReferenceBoundingBoxesItem.TopStage builder()
-
-