Model Armor v1 API - Class SdpImageFindingLocation (1.0.0-beta07)

public sealed class SdpImageFindingLocation : IMessage<SdpImageFindingLocation>, IEquatable<SdpImageFindingLocation>, IDeepCloneable<SdpImageFindingLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Model Armor v1 API class SdpImageFindingLocation.

Location of the finding within an image.

Inheritance

object > SdpImageFindingLocation

Namespace

Google.Cloud.ModelArmor.V1

Assembly

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