Uses of Class
com.google.privacy.dlp.v2.BoundingBox
-
Packages that use BoundingBox Package Description com.google.privacy.dlp.v2 -
-
Uses of BoundingBox in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return BoundingBox Modifier and Type Method Description BoundingBoxBoundingBox.Builder. build()BoundingBoxBoundingBox.Builder. buildPartial()BoundingBoxImageLocation.Builder. getBoundingBoxes(int index)Bounding boxes locating the pixels within the image containing the finding.BoundingBoxImageLocation. getBoundingBoxes(int index)Bounding boxes locating the pixels within the image containing the finding.BoundingBoxImageLocationOrBuilder. getBoundingBoxes(int index)Bounding boxes locating the pixels within the image containing the finding.static BoundingBoxBoundingBox. getDefaultInstance()BoundingBoxBoundingBox.Builder. getDefaultInstanceForType()BoundingBoxBoundingBox. getDefaultInstanceForType()static BoundingBoxBoundingBox. parseDelimitedFrom(InputStream input)static BoundingBoxBoundingBox. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxBoundingBox. parseFrom(byte[] data)static BoundingBoxBoundingBox. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxBoundingBox. parseFrom(com.google.protobuf.ByteString data)static BoundingBoxBoundingBox. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxBoundingBox. parseFrom(com.google.protobuf.CodedInputStream input)static BoundingBoxBoundingBox. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxBoundingBox. parseFrom(InputStream input)static BoundingBoxBoundingBox. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingBoxBoundingBox. parseFrom(ByteBuffer data)static BoundingBoxBoundingBox. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type BoundingBox Modifier and Type Method Description List<BoundingBox>ImageLocation.Builder. getBoundingBoxesList()Bounding boxes locating the pixels within the image containing the finding.List<BoundingBox>ImageLocation. getBoundingBoxesList()Bounding boxes locating the pixels within the image containing the finding.List<BoundingBox>ImageLocationOrBuilder. getBoundingBoxesList()Bounding boxes locating the pixels within the image containing the finding.com.google.protobuf.Parser<BoundingBox>BoundingBox. getParserForType()static com.google.protobuf.Parser<BoundingBox>BoundingBox. parser()Methods in com.google.privacy.dlp.v2 with parameters of type BoundingBox Modifier and Type Method Description ImageLocation.BuilderImageLocation.Builder. addBoundingBoxes(int index, BoundingBox value)Bounding boxes locating the pixels within the image containing the finding.ImageLocation.BuilderImageLocation.Builder. addBoundingBoxes(BoundingBox value)Bounding boxes locating the pixels within the image containing the finding.BoundingBox.BuilderBoundingBox.Builder. mergeFrom(BoundingBox other)static BoundingBox.BuilderBoundingBox. newBuilder(BoundingBox prototype)ImageLocation.BuilderImageLocation.Builder. setBoundingBoxes(int index, BoundingBox value)Bounding boxes locating the pixels within the image containing the finding.Method parameters in com.google.privacy.dlp.v2 with type arguments of type BoundingBox Modifier and Type Method Description ImageLocation.BuilderImageLocation.Builder. addAllBoundingBoxes(Iterable<? extends BoundingBox> values)Bounding boxes locating the pixels within the image containing the finding.
-