Interface ImageLocationOrBuilder (3.46.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
Name Description
index int
Returns
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;

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

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

Parameter
Name Description
index int
Returns
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;

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