Uses of Interface
com.google.privacy.dlp.v2.BoundingBoxOrBuilder
-
Packages that use BoundingBoxOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of BoundingBoxOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement BoundingBoxOrBuilder Modifier and Type Class Description class
BoundingBox
Bounding box encompassing detected text within an image.static class
BoundingBox.Builder
Bounding box encompassing detected text within an image.Methods in com.google.privacy.dlp.v2 that return BoundingBoxOrBuilder Modifier and Type Method Description BoundingBoxOrBuilder
ImageLocation.Builder. getBoundingBoxesOrBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.BoundingBoxOrBuilder
ImageLocation. getBoundingBoxesOrBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.BoundingBoxOrBuilder
ImageLocationOrBuilder. getBoundingBoxesOrBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.Methods in com.google.privacy.dlp.v2 that return types with arguments of type BoundingBoxOrBuilder Modifier and Type Method Description List<? extends BoundingBoxOrBuilder>
ImageLocation.Builder. getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.List<? extends BoundingBoxOrBuilder>
ImageLocation. getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.List<? extends BoundingBoxOrBuilder>
ImageLocationOrBuilder. getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
-