Uses of Class
com.google.cloud.vision.v1p2beta1.Vertex
-
Packages that use Vertex Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of Vertex in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return Vertex Modifier and Type Method Description Vertex
Vertex.Builder. build()
Vertex
Vertex.Builder. buildPartial()
static Vertex
Vertex. getDefaultInstance()
Vertex
Vertex.Builder. getDefaultInstanceForType()
Vertex
Vertex. getDefaultInstanceForType()
Vertex
BoundingPoly.Builder. getVertices(int index)
The bounding polygon vertices.Vertex
BoundingPoly. getVertices(int index)
The bounding polygon vertices.Vertex
BoundingPolyOrBuilder. getVertices(int index)
The bounding polygon vertices.static Vertex
Vertex. parseDelimitedFrom(InputStream input)
static Vertex
Vertex. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vertex
Vertex. parseFrom(byte[] data)
static Vertex
Vertex. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vertex
Vertex. parseFrom(com.google.protobuf.ByteString data)
static Vertex
Vertex. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vertex
Vertex. parseFrom(com.google.protobuf.CodedInputStream input)
static Vertex
Vertex. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vertex
Vertex. parseFrom(InputStream input)
static Vertex
Vertex. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vertex
Vertex. parseFrom(ByteBuffer data)
static Vertex
Vertex. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type Vertex Modifier and Type Method Description com.google.protobuf.Parser<Vertex>
Vertex. getParserForType()
List<Vertex>
BoundingPoly.Builder. getVerticesList()
The bounding polygon vertices.List<Vertex>
BoundingPoly. getVerticesList()
The bounding polygon vertices.List<Vertex>
BoundingPolyOrBuilder. getVerticesList()
The bounding polygon vertices.static com.google.protobuf.Parser<Vertex>
Vertex. parser()
Methods in com.google.cloud.vision.v1p2beta1 with parameters of type Vertex Modifier and Type Method Description BoundingPoly.Builder
BoundingPoly.Builder. addVertices(int index, Vertex value)
The bounding polygon vertices.BoundingPoly.Builder
BoundingPoly.Builder. addVertices(Vertex value)
The bounding polygon vertices.Vertex.Builder
Vertex.Builder. mergeFrom(Vertex other)
static Vertex.Builder
Vertex. newBuilder(Vertex prototype)
BoundingPoly.Builder
BoundingPoly.Builder. setVertices(int index, Vertex value)
The bounding polygon vertices.Method parameters in com.google.cloud.vision.v1p2beta1 with type arguments of type Vertex Modifier and Type Method Description BoundingPoly.Builder
BoundingPoly.Builder. addAllVertices(Iterable<? extends Vertex> values)
The bounding polygon vertices.
-