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