Package ai.extend.types
Class ExtractionFieldResultReferenceBoundingBoxesItem.Builder
- java.lang.Object
-
- ai.extend.types.ExtractionFieldResultReferenceBoundingBoxesItem.Builder
-
- All Implemented Interfaces:
ExtractionFieldResultReferenceBoundingBoxesItem._FinalStage,ExtractionFieldResultReferenceBoundingBoxesItem.BottomStage,ExtractionFieldResultReferenceBoundingBoxesItem.LeftStage,ExtractionFieldResultReferenceBoundingBoxesItem.RightStage,ExtractionFieldResultReferenceBoundingBoxesItem.TopStage
- Enclosing class:
- ExtractionFieldResultReferenceBoundingBoxesItem
public static final class ExtractionFieldResultReferenceBoundingBoxesItem.Builder extends java.lang.Object implements ExtractionFieldResultReferenceBoundingBoxesItem.TopStage, ExtractionFieldResultReferenceBoundingBoxesItem.LeftStage, ExtractionFieldResultReferenceBoundingBoxesItem.BottomStage, ExtractionFieldResultReferenceBoundingBoxesItem.RightStage, ExtractionFieldResultReferenceBoundingBoxesItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractionFieldResultReferenceBoundingBoxesItem.RightStagebottom(double bottom)The bottom coordinate of the bounding boxExtractionFieldResultReferenceBoundingBoxesItembuild()ExtractionFieldResultReferenceBoundingBoxesItem.Builderfrom(ExtractionFieldResultReferenceBoundingBoxesItem other)ExtractionFieldResultReferenceBoundingBoxesItem.BottomStageleft(double left)The left coordinate of the bounding boxExtractionFieldResultReferenceBoundingBoxesItem._FinalStageright(double right)The right coordinate of the bounding boxExtractionFieldResultReferenceBoundingBoxesItem.LeftStagetop(double top)The top coordinate of the bounding box
-
-
-
Method Detail
-
from
public ExtractionFieldResultReferenceBoundingBoxesItem.Builder from(ExtractionFieldResultReferenceBoundingBoxesItem other)
- Specified by:
fromin interfaceExtractionFieldResultReferenceBoundingBoxesItem.TopStage
-
top
public ExtractionFieldResultReferenceBoundingBoxesItem.LeftStage top(double top)
The top coordinate of the bounding box
The top coordinate of the bounding box
- Specified by:
topin interfaceExtractionFieldResultReferenceBoundingBoxesItem.TopStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
left
public ExtractionFieldResultReferenceBoundingBoxesItem.BottomStage left(double left)
The left coordinate of the bounding box
The left coordinate of the bounding box
- Specified by:
leftin interfaceExtractionFieldResultReferenceBoundingBoxesItem.LeftStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
bottom
public ExtractionFieldResultReferenceBoundingBoxesItem.RightStage bottom(double bottom)
The bottom coordinate of the bounding box
The bottom coordinate of the bounding box
- Specified by:
bottomin interfaceExtractionFieldResultReferenceBoundingBoxesItem.BottomStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
right
public ExtractionFieldResultReferenceBoundingBoxesItem._FinalStage right(double right)
The right coordinate of the bounding box
The right coordinate of the bounding box
- Specified by:
rightin interfaceExtractionFieldResultReferenceBoundingBoxesItem.RightStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ExtractionFieldResultReferenceBoundingBoxesItem build()
- Specified by:
buildin interfaceExtractionFieldResultReferenceBoundingBoxesItem._FinalStage
-
-