Uses of Class
com.google.cloud.vision.v1p2beta1.NormalizedVertex
-
Packages that use NormalizedVertex Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of NormalizedVertex in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return NormalizedVertex Modifier and Type Method Description NormalizedVertex
NormalizedVertex.Builder. build()
NormalizedVertex
NormalizedVertex.Builder. buildPartial()
static NormalizedVertex
NormalizedVertex. getDefaultInstance()
NormalizedVertex
NormalizedVertex.Builder. getDefaultInstanceForType()
NormalizedVertex
NormalizedVertex. getDefaultInstanceForType()
NormalizedVertex
BoundingPoly.Builder. getNormalizedVertices(int index)
The bounding polygon normalized vertices.NormalizedVertex
BoundingPoly. getNormalizedVertices(int index)
The bounding polygon normalized vertices.NormalizedVertex
BoundingPolyOrBuilder. getNormalizedVertices(int index)
The bounding polygon normalized vertices.static NormalizedVertex
NormalizedVertex. parseDelimitedFrom(InputStream input)
static NormalizedVertex
NormalizedVertex. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NormalizedVertex
NormalizedVertex. parseFrom(byte[] data)
static NormalizedVertex
NormalizedVertex. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NormalizedVertex
NormalizedVertex. parseFrom(com.google.protobuf.ByteString data)
static NormalizedVertex
NormalizedVertex. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NormalizedVertex
NormalizedVertex. parseFrom(com.google.protobuf.CodedInputStream input)
static NormalizedVertex
NormalizedVertex. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NormalizedVertex
NormalizedVertex. parseFrom(InputStream input)
static NormalizedVertex
NormalizedVertex. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NormalizedVertex
NormalizedVertex. parseFrom(ByteBuffer data)
static NormalizedVertex
NormalizedVertex. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type NormalizedVertex Modifier and Type Method Description List<NormalizedVertex>
BoundingPoly.Builder. getNormalizedVerticesList()
The bounding polygon normalized vertices.List<NormalizedVertex>
BoundingPoly. getNormalizedVerticesList()
The bounding polygon normalized vertices.List<NormalizedVertex>
BoundingPolyOrBuilder. getNormalizedVerticesList()
The bounding polygon normalized vertices.com.google.protobuf.Parser<NormalizedVertex>
NormalizedVertex. getParserForType()
static com.google.protobuf.Parser<NormalizedVertex>
NormalizedVertex. parser()
Methods in com.google.cloud.vision.v1p2beta1 with parameters of type NormalizedVertex Modifier and Type Method 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.Method parameters in com.google.cloud.vision.v1p2beta1 with type arguments of type NormalizedVertex Modifier and Type Method Description BoundingPoly.Builder
BoundingPoly.Builder. addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)
The bounding polygon normalized vertices.
-