Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
NormalizedVertex |
NormalizedVertex.Builder.build() |
NormalizedVertex |
NormalizedVertex.Builder.buildPartial() |
static NormalizedVertex |
NormalizedVertex.getDefaultInstance() |
NormalizedVertex |
NormalizedVertex.getDefaultInstanceForType() |
NormalizedVertex |
NormalizedVertex.Builder.getDefaultInstanceForType() |
NormalizedVertex |
BoundingPolyOrBuilder.getNormalizedVertices(int index)
The bounding polygon normalized vertices.
|
NormalizedVertex |
BoundingPoly.getNormalizedVertices(int index)
The bounding polygon normalized vertices.
|
NormalizedVertex |
BoundingPoly.Builder.getNormalizedVertices(int index)
The bounding polygon normalized vertices.
|
static NormalizedVertex |
NormalizedVertex.parseDelimitedFrom(InputStream input) |
static NormalizedVertex |
NormalizedVertex.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static NormalizedVertex |
NormalizedVertex.parseFrom(byte[] data) |
static NormalizedVertex |
NormalizedVertex.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static NormalizedVertex |
NormalizedVertex.parseFrom(ByteBuffer data) |
static NormalizedVertex |
NormalizedVertex.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static NormalizedVertex |
NormalizedVertex.parseFrom(ByteString data) |
static NormalizedVertex |
NormalizedVertex.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static NormalizedVertex |
NormalizedVertex.parseFrom(CodedInputStream input) |
static NormalizedVertex |
NormalizedVertex.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static NormalizedVertex |
NormalizedVertex.parseFrom(InputStream input) |
static NormalizedVertex |
NormalizedVertex.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<NormalizedVertex> |
BoundingPolyOrBuilder.getNormalizedVerticesList()
The bounding polygon normalized vertices.
|
List<NormalizedVertex> |
BoundingPoly.getNormalizedVerticesList()
The bounding polygon normalized vertices.
|
List<NormalizedVertex> |
BoundingPoly.Builder.getNormalizedVerticesList()
The bounding polygon normalized vertices.
|
Parser<NormalizedVertex> |
NormalizedVertex.getParserForType() |
static Parser<NormalizedVertex> |
NormalizedVertex.parser() |
Modifier and Type | Method and Description |
---|---|
BoundingPoly.Builder |
BoundingPoly.Builder.addNormalizedVertices(int index,
NormalizedVertex value)
The bounding polygon normalized vertices.
|
BoundingPoly.Builder |
BoundingPoly.Builder.addNormalizedVertices(NormalizedVertex value)
The bounding polygon normalized vertices.
|
NormalizedVertex.Builder |
NormalizedVertex.Builder.mergeFrom(NormalizedVertex other) |
static NormalizedVertex.Builder |
NormalizedVertex.newBuilder(NormalizedVertex prototype) |
BoundingPoly.Builder |
BoundingPoly.Builder.setNormalizedVertices(int index,
NormalizedVertex value)
The bounding polygon normalized vertices.
|
Modifier and Type | Method and Description |
---|---|
BoundingPoly.Builder |
BoundingPoly.Builder.addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)
The bounding polygon normalized vertices.
|
Copyright © 2022 Google LLC. All rights reserved.