Uses of Interface
software.amazon.awssdk.services.textract.model.Point.Builder
-
Packages that use Point.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Point.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return Point.Builder Modifier and Type Method Description static Point.BuilderPoint. builder()Point.BuilderPoint. toBuilder()Point.BuilderPoint.Builder. x(Float x)The value of the X coordinate for a point on aPolygon.Point.BuilderPoint.Builder. y(Float y)The value of the Y coordinate for a point on aPolygon.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Point.Builder Modifier and Type Method Description static Class<? extends Point.Builder>Point. serializableBuilderClass()
-