public interface ImageLocationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BoundingBox |
getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
int |
getBoundingBoxesCount()
Bounding boxes locating the pixels within the image containing the finding.
|
java.util.List<BoundingBox> |
getBoundingBoxesList()
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBoxOrBuilder |
getBoundingBoxesOrBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
java.util.List<? extends BoundingBoxOrBuilder> |
getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<BoundingBox> getBoundingBoxesList()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
BoundingBox getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
int getBoundingBoxesCount()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
java.util.List<? extends BoundingBoxOrBuilder> getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
BoundingBoxOrBuilder getBoundingBoxesOrBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;