Package com.google.privacy.dlp.v2
Interface ImageLocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImageLocation
,ImageLocation.Builder
public interface ImageLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.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.List<? extends BoundingBoxOrBuilder>
getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBoundingBoxesList
List<BoundingBox> getBoundingBoxesList()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
-
getBoundingBoxes
BoundingBox getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
-
getBoundingBoxesCount
int getBoundingBoxesCount()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
-
getBoundingBoxesOrBuilderList
List<? extends BoundingBoxOrBuilder> getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
-
getBoundingBoxesOrBuilder
BoundingBoxOrBuilder getBoundingBoxesOrBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
-
-