| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2BoundingBox |
GooglePrivacyDlpV2BoundingBox.clone() |
GooglePrivacyDlpV2BoundingBox |
GooglePrivacyDlpV2BoundingBox.set(String fieldName,
Object value) |
GooglePrivacyDlpV2BoundingBox |
GooglePrivacyDlpV2BoundingBox.setHeight(Integer height)
Height of the bounding box in pixels.
|
GooglePrivacyDlpV2BoundingBox |
GooglePrivacyDlpV2BoundingBox.setLeft(Integer left)
Left coordinate of the bounding box.
|
GooglePrivacyDlpV2BoundingBox |
GooglePrivacyDlpV2BoundingBox.setTop(Integer top)
Top coordinate of the bounding box.
|
GooglePrivacyDlpV2BoundingBox |
GooglePrivacyDlpV2BoundingBox.setWidth(Integer width)
Width of the bounding box in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
List<GooglePrivacyDlpV2BoundingBox> |
GooglePrivacyDlpV2ImageLocation.getBoundingBoxes()
Bounding boxes locating the pixels within the image containing the finding.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2ImageLocation |
GooglePrivacyDlpV2ImageLocation.setBoundingBoxes(List<GooglePrivacyDlpV2BoundingBox> boundingBoxes)
Bounding boxes locating the pixels within the image containing the finding.
|
Copyright © 2011–2020 Google. All rights reserved.