public sealed class SdpImageFindingLocation : IMessage<SdpImageFindingLocation>, IEquatable<SdpImageFindingLocation>, IDeepCloneable<SdpImageFindingLocation>, IBufferMessage, IMessageReference documentation and code samples for the Model Armor v1 API class SdpImageFindingLocation.
Location of the finding within an image.
Implements
IMessageSdpImageFindingLocation, IEquatableSdpImageFindingLocation, IDeepCloneableSdpImageFindingLocation, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1Assembly
Google.Cloud.ModelArmor.V1.dll
Constructors
SdpImageFindingLocation()
public SdpImageFindingLocation()SdpImageFindingLocation(SdpImageFindingLocation)
public SdpImageFindingLocation(SdpImageFindingLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
SdpImageFindingLocation |
Properties
BoundingBoxes
public RepeatedField<SdpImageFindingLocation.Types.SdpBoundingBox> BoundingBoxes { get; }Bounding boxes locating the pixels within the image containing the finding.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSdpImageFindingLocationTypesSdpBoundingBox |
|