public sealed class ImageLocation : IMessage<ImageLocation>, IEquatable<ImageLocation>, IDeepCloneable<ImageLocation>, IBufferMessage, IMessageLocation of the finding within an image.
Implements
IMessage<ImageLocation>, IEquatable<ImageLocation>, IDeepCloneable<ImageLocation>, 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 |
RepeatedField<BoundingBox> |
|