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.
Implements
IMessageImageLocation, IEquatableImageLocation, IDeepCloneableImageLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ImageLocation()
public ImageLocation()
ImageLocation(ImageLocation)
public ImageLocation(ImageLocation other)
Parameter | |
---|---|
Name | Description |
other | ImageLocation |
Properties
BoundingBoxes
public RepeatedField<BoundingBox> BoundingBoxes { get; }
Bounding boxes locating the pixels within the image containing the finding.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBoundingBox |