public interface ImageLocationOrBuilder
extends com.google.protobuf.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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;Copyright © 2022 Google LLC. All rights reserved.