@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. The X and Y values that are returned are ratios of the overall document page size. For example, if the input document is 700 x 200 and the operation returns X=0.5 and Y=0.25, then the point is at the (350,50) pixel coordinate on the document page.
An array of Point
objects, Polygon
, is returned by DetectDocumentText.
Polygon
represents a fine-grained polygon around detected text. For more information, see Geometry in
the Amazon Textract Developer Guide.
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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Point.Builder> |
serializableBuilderClass() |
Point.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
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 . |
copy
public final Float x()
The value of the X coordinate for a point on a Polygon
.
Polygon
.public final Float y()
The value of the Y coordinate for a point on a Polygon
.
Polygon
.public Point.Builder toBuilder()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.