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 classBoundingBoxBounding box encompassing detected text within an image.static classBoundingBox.BuilderBounding box encompassing detected text within an image.Methods in com.google.privacy.dlp.v2 that return BoundingBoxOrBuilder Modifier and Type Method Description BoundingBoxOrBuilderImageLocation.Builder. getBoundingBoxesOrBuilder(int index)Bounding boxes locating the pixels within the image containing the finding.BoundingBoxOrBuilderImageLocation. getBoundingBoxesOrBuilder(int index)Bounding boxes locating the pixels within the image containing the finding.BoundingBoxOrBuilderImageLocationOrBuilder. 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.
-