Uses of Class
com.google.cloud.datalabeling.v1beta1.NormalizedVertex
-
Packages that use NormalizedVertex Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of NormalizedVertex in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 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
NormalizedBoundingPoly.Builder. getNormalizedVertices(int index)
The bounding polygon normalized vertices.NormalizedVertex
NormalizedBoundingPoly. getNormalizedVertices(int index)
The bounding polygon normalized vertices.NormalizedVertex
NormalizedBoundingPolyOrBuilder. getNormalizedVertices(int index)
The bounding polygon normalized vertices.NormalizedVertex
NormalizedPolyline.Builder. getNormalizedVertices(int index)
The normalized polyline vertices.NormalizedVertex
NormalizedPolyline. getNormalizedVertices(int index)
The normalized polyline vertices.NormalizedVertex
NormalizedPolylineOrBuilder. getNormalizedVertices(int index)
The normalized polyline 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.datalabeling.v1beta1 that return types with arguments of type NormalizedVertex Modifier and Type Method Description List<NormalizedVertex>
NormalizedBoundingPoly.Builder. getNormalizedVerticesList()
The bounding polygon normalized vertices.List<NormalizedVertex>
NormalizedBoundingPoly. getNormalizedVerticesList()
The bounding polygon normalized vertices.List<NormalizedVertex>
NormalizedBoundingPolyOrBuilder. getNormalizedVerticesList()
The bounding polygon normalized vertices.List<NormalizedVertex>
NormalizedPolyline.Builder. getNormalizedVerticesList()
The normalized polyline vertices.List<NormalizedVertex>
NormalizedPolyline. getNormalizedVerticesList()
The normalized polyline vertices.List<NormalizedVertex>
NormalizedPolylineOrBuilder. getNormalizedVerticesList()
The normalized polyline vertices.com.google.protobuf.Parser<NormalizedVertex>
NormalizedVertex. getParserForType()
static com.google.protobuf.Parser<NormalizedVertex>
NormalizedVertex. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type NormalizedVertex Modifier and Type Method Description NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.Builder. addNormalizedVertices(int index, NormalizedVertex value)
The bounding polygon normalized vertices.NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.Builder. addNormalizedVertices(NormalizedVertex value)
The bounding polygon normalized vertices.NormalizedPolyline.Builder
NormalizedPolyline.Builder. addNormalizedVertices(int index, NormalizedVertex value)
The normalized polyline vertices.NormalizedPolyline.Builder
NormalizedPolyline.Builder. addNormalizedVertices(NormalizedVertex value)
The normalized polyline vertices.NormalizedVertex.Builder
NormalizedVertex.Builder. mergeFrom(NormalizedVertex other)
static NormalizedVertex.Builder
NormalizedVertex. newBuilder(NormalizedVertex prototype)
NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.Builder. setNormalizedVertices(int index, NormalizedVertex value)
The bounding polygon normalized vertices.NormalizedPolyline.Builder
NormalizedPolyline.Builder. setNormalizedVertices(int index, NormalizedVertex value)
The normalized polyline vertices.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type NormalizedVertex Modifier and Type Method Description NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.Builder. addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)
The bounding polygon normalized vertices.NormalizedPolyline.Builder
NormalizedPolyline.Builder. addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)
The normalized polyline vertices.
-