public interface ImageLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoundingBoxes(int index)
public abstract BoundingBox getBoundingBoxes(int index)Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
| Name | Description |
| index | int |
| Type | Description |
| BoundingBox |
getBoundingBoxesCount()
public abstract int getBoundingBoxesCount()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
| Type | Description |
| int |
getBoundingBoxesList()
public abstract List<BoundingBox> getBoundingBoxesList()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
| Type | Description |
| List<BoundingBox> |
getBoundingBoxesOrBuilder(int index)
public abstract BoundingBoxOrBuilder getBoundingBoxesOrBuilder(int index)Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
| Name | Description |
| index | int |
| Type | Description |
| BoundingBoxOrBuilder |
getBoundingBoxesOrBuilderList()
public abstract List<? extends BoundingBoxOrBuilder> getBoundingBoxesOrBuilderList()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.BoundingBoxOrBuilder> |