@Generated(value="software.amazon.awssdk:codegen") public final class Point extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Point.Builder,Point>
The X and Y coordinates of a point on a document page.
For additional information, see Point in the Amazon Textract API reference.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Point.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Point.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Point.Builder> |
serializableBuilderClass() |
Point.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
x()
The value of the X coordinate for a point on a polygon
|
Float |
y()
The value of the Y coordinate for a point on a polygon
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float x()
The value of the X coordinate for a point on a polygon
public final Float y()
The value of the Y coordinate for a point on a polygon
public Point.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Point.Builder,Point>public static Point.Builder builder()
public static Class<? extends Point.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.