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 NormalizedVertexNormalizedVertex.Builder. build()NormalizedVertexNormalizedVertex.Builder. buildPartial()static NormalizedVertexNormalizedVertex. getDefaultInstance()NormalizedVertexNormalizedVertex.Builder. getDefaultInstanceForType()NormalizedVertexNormalizedVertex. getDefaultInstanceForType()NormalizedVertexNormalizedBoundingPoly.Builder. getNormalizedVertices(int index)The bounding polygon normalized vertices.NormalizedVertexNormalizedBoundingPoly. getNormalizedVertices(int index)The bounding polygon normalized vertices.NormalizedVertexNormalizedBoundingPolyOrBuilder. getNormalizedVertices(int index)The bounding polygon normalized vertices.NormalizedVertexNormalizedPolyline.Builder. getNormalizedVertices(int index)The normalized polyline vertices.NormalizedVertexNormalizedPolyline. getNormalizedVertices(int index)The normalized polyline vertices.NormalizedVertexNormalizedPolylineOrBuilder. getNormalizedVertices(int index)The normalized polyline vertices.static NormalizedVertexNormalizedVertex. parseDelimitedFrom(InputStream input)static NormalizedVertexNormalizedVertex. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(byte[] data)static NormalizedVertexNormalizedVertex. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(com.google.protobuf.ByteString data)static NormalizedVertexNormalizedVertex. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(com.google.protobuf.CodedInputStream input)static NormalizedVertexNormalizedVertex. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(InputStream input)static NormalizedVertexNormalizedVertex. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NormalizedVertexNormalizedVertex. parseFrom(ByteBuffer data)static NormalizedVertexNormalizedVertex. 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.BuilderNormalizedBoundingPoly.Builder. addNormalizedVertices(int index, NormalizedVertex value)The bounding polygon normalized vertices.NormalizedBoundingPoly.BuilderNormalizedBoundingPoly.Builder. addNormalizedVertices(NormalizedVertex value)The bounding polygon normalized vertices.NormalizedPolyline.BuilderNormalizedPolyline.Builder. addNormalizedVertices(int index, NormalizedVertex value)The normalized polyline vertices.NormalizedPolyline.BuilderNormalizedPolyline.Builder. addNormalizedVertices(NormalizedVertex value)The normalized polyline vertices.NormalizedVertex.BuilderNormalizedVertex.Builder. mergeFrom(NormalizedVertex other)static NormalizedVertex.BuilderNormalizedVertex. newBuilder(NormalizedVertex prototype)NormalizedBoundingPoly.BuilderNormalizedBoundingPoly.Builder. setNormalizedVertices(int index, NormalizedVertex value)The bounding polygon normalized vertices.NormalizedPolyline.BuilderNormalizedPolyline.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.BuilderNormalizedBoundingPoly.Builder. addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)The bounding polygon normalized vertices.NormalizedPolyline.BuilderNormalizedPolyline.Builder. addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)The normalized polyline vertices.
-