Reference documentation and code samples for the Google Cloud Model Armor V1 Client class SdpImageFindingLocation.
Location of the finding within an image.
Generated from protobuf message google.cloud.modelarmor.v1.SdpImageFindingLocation
Namespace
Google \ Cloud \ ModelArmor \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bounding_boxes |
array<SdpImageFindingLocation\SdpBoundingBox>
Bounding boxes locating the pixels within the image containing the finding. |
getBoundingBoxes
Bounding boxes locating the pixels within the image containing the finding.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<SdpImageFindingLocation\SdpBoundingBox> |
|
setBoundingBoxes
Bounding boxes locating the pixels within the image containing the finding.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SdpImageFindingLocation\SdpBoundingBox>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|