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 BoundingBox
BoundingBox.Builder. build()
BoundingBox
BoundingBox.Builder. buildPartial()
BoundingBox
ImageLocation.Builder. getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.BoundingBox
ImageLocation. getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.BoundingBox
ImageLocationOrBuilder. getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.static BoundingBox
BoundingBox. getDefaultInstance()
BoundingBox
BoundingBox.Builder. getDefaultInstanceForType()
BoundingBox
BoundingBox. getDefaultInstanceForType()
static BoundingBox
BoundingBox. parseDelimitedFrom(InputStream input)
static BoundingBox
BoundingBox. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBox
BoundingBox. parseFrom(byte[] data)
static BoundingBox
BoundingBox. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBox
BoundingBox. parseFrom(com.google.protobuf.ByteString data)
static BoundingBox
BoundingBox. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBox
BoundingBox. parseFrom(com.google.protobuf.CodedInputStream input)
static BoundingBox
BoundingBox. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBox
BoundingBox. parseFrom(InputStream input)
static BoundingBox
BoundingBox. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBox
BoundingBox. parseFrom(ByteBuffer data)
static BoundingBox
BoundingBox. 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.Builder
ImageLocation.Builder. addBoundingBoxes(int index, BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.ImageLocation.Builder
ImageLocation.Builder. addBoundingBoxes(BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.BoundingBox.Builder
BoundingBox.Builder. mergeFrom(BoundingBox other)
static BoundingBox.Builder
BoundingBox. newBuilder(BoundingBox prototype)
ImageLocation.Builder
ImageLocation.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.Builder
ImageLocation.Builder. addAllBoundingBoxes(Iterable<? extends BoundingBox> values)
Bounding boxes locating the pixels within the image containing the finding.
-