public interface SdpImageFindingLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoundingBoxes(int index)
public abstract SdpImageFindingLocation.SdpBoundingBox getBoundingBoxes(int index)Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.SdpBoundingBox |
|
getBoundingBoxesCount()
public abstract int getBoundingBoxesCount()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBoundingBoxesList()
public abstract List<SdpImageFindingLocation.SdpBoundingBox> getBoundingBoxesList()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
List<SdpBoundingBox> |
|
getBoundingBoxesOrBuilder(int index)
public abstract SdpImageFindingLocation.SdpBoundingBoxOrBuilder getBoundingBoxesOrBuilder(int index)Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SdpImageFindingLocation.SdpBoundingBoxOrBuilder |
|
getBoundingBoxesOrBuilderList()
public abstract List<? extends SdpImageFindingLocation.SdpBoundingBoxOrBuilder> getBoundingBoxesOrBuilderList()Bounding boxes locating the pixels within the image containing the finding.
repeated .google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBox bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.modelarmor.v1.SdpImageFindingLocation.SdpBoundingBoxOrBuilder> |
|