Uses of Class
com.google.cloud.datalabeling.v1beta1.BoundingPoly
-
Packages that use BoundingPoly Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of BoundingPoly in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return BoundingPoly Modifier and Type Method Description BoundingPolyBoundingPoly.Builder. build()BoundingPolyBoundingPoly.Builder. buildPartial()BoundingPolyImageBoundingPolyAnnotation.Builder. getBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;BoundingPolyImageBoundingPolyAnnotation. getBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;BoundingPolyImageBoundingPolyAnnotationOrBuilder. getBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;BoundingPolyObjectTrackingFrame.Builder. getBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;BoundingPolyObjectTrackingFrame. getBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;BoundingPolyObjectTrackingFrameOrBuilder. getBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;static BoundingPolyBoundingPoly. getDefaultInstance()BoundingPolyBoundingPoly.Builder. getDefaultInstanceForType()BoundingPolyBoundingPoly. getDefaultInstanceForType()static BoundingPolyBoundingPoly. parseDelimitedFrom(InputStream input)static BoundingPolyBoundingPoly. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(byte[] data)static BoundingPolyBoundingPoly. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(com.google.protobuf.ByteString data)static BoundingPolyBoundingPoly. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(com.google.protobuf.CodedInputStream input)static BoundingPolyBoundingPoly. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(InputStream input)static BoundingPolyBoundingPoly. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(ByteBuffer data)static BoundingPolyBoundingPoly. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type BoundingPoly Modifier and Type Method Description com.google.protobuf.Parser<BoundingPoly>BoundingPoly. getParserForType()static com.google.protobuf.Parser<BoundingPoly>BoundingPoly. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type BoundingPoly Modifier and Type Method Description ImageBoundingPolyAnnotation.BuilderImageBoundingPolyAnnotation.Builder. mergeBoundingPoly(BoundingPoly value).google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;ObjectTrackingFrame.BuilderObjectTrackingFrame.Builder. mergeBoundingPoly(BoundingPoly value).google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;BoundingPoly.BuilderBoundingPoly.Builder. mergeFrom(BoundingPoly other)static BoundingPoly.BuilderBoundingPoly. newBuilder(BoundingPoly prototype)ImageBoundingPolyAnnotation.BuilderImageBoundingPolyAnnotation.Builder. setBoundingPoly(BoundingPoly value).google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;ObjectTrackingFrame.BuilderObjectTrackingFrame.Builder. setBoundingPoly(BoundingPoly value).google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 1;
-