@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 an image. The X and Y values returned are ratios of the overall image size. For example, if the input image is 700x200 and the operation returns X=0.5 and Y=0.25, then the point is at the (350,50) pixel coordinate on the image.
An array of Point
objects, Polygon
, is returned by . Polygon
represents a
fine-grained polygon around detected text. For more information, see Geometry in the Amazon Rekognition 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) |
<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() |
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 Float x()
The value of the X coordinate for a point on a Polygon
.
Polygon
.public 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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.