Google Cloud Data Loss Prevention v2 API - Class ImageLocation (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ImageLocation.

Location of the finding within an image.

Inheritance

object > ImageLocation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ImageLocation()

public ImageLocation()

ImageLocation(ImageLocation)

public ImageLocation(ImageLocation other)
Parameter
NameDescription
otherImageLocation

Properties

BoundingBoxes

public RepeatedField<BoundingBox> BoundingBoxes { get; }

Bounding boxes locating the pixels within the image containing the finding.

Property Value
TypeDescription
RepeatedFieldBoundingBox