Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Vertex |
Vertex.Builder.build() |
Vertex |
Vertex.Builder.buildPartial() |
static Vertex |
Vertex.getDefaultInstance() |
Vertex |
Vertex.getDefaultInstanceForType() |
Vertex |
Vertex.Builder.getDefaultInstanceForType() |
Vertex |
BoundingPolyOrBuilder.getVertices(int index)
The bounding polygon vertices.
|
Vertex |
BoundingPoly.getVertices(int index)
The bounding polygon vertices.
|
Vertex |
BoundingPoly.Builder.getVertices(int index)
The bounding polygon vertices.
|
static Vertex |
Vertex.parseDelimitedFrom(InputStream input) |
static Vertex |
Vertex.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(byte[] data) |
static Vertex |
Vertex.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(ByteBuffer data) |
static Vertex |
Vertex.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(ByteString data) |
static Vertex |
Vertex.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(CodedInputStream input) |
static Vertex |
Vertex.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Vertex |
Vertex.parseFrom(InputStream input) |
static Vertex |
Vertex.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Vertex> |
Vertex.getParserForType() |
List<Vertex> |
BoundingPolyOrBuilder.getVerticesList()
The bounding polygon vertices.
|
List<Vertex> |
BoundingPoly.getVerticesList()
The bounding polygon vertices.
|
List<Vertex> |
BoundingPoly.Builder.getVerticesList()
The bounding polygon vertices.
|
static Parser<Vertex> |
Vertex.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BoundingPoly.Builder |
BoundingPoly.Builder.addAllVertices(Iterable<? extends Vertex> values)
The bounding polygon vertices.
|
Copyright © 2022 Google LLC. All rights reserved.