Interface ImageLocationOrBuilder (3.4.0)

public interface ImageLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.BoundingBoxOrBuilder>