public final class Vertex extends GeneratedMessageV3 implements VertexOrBuilder
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
Protobuf type google.cloud.vision.v1p4beta1.Vertex
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > VertexImplements
VertexOrBuilderStatic Fields
X_FIELD_NUMBER
public static final int X_FIELD_NUMBER
Type | Description |
int |
Y_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Vertex getDefaultInstance()
Type | Description |
Vertex |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Vertex.Builder newBuilder()
Type | Description |
Vertex.Builder |
newBuilder(Vertex prototype)
public static Vertex.Builder newBuilder(Vertex prototype)
Name | Description |
prototype | Vertex |
Type | Description |
Vertex.Builder |
parseDelimitedFrom(InputStream input)
public static Vertex parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Vertex |
Type | Description |
IOException |