Google Cloud Data Loss Prevention v2 API - Class ImageContainmentType (4.23.0)

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

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

Specifies the relationship between bounding boxes for image findings.

Inheritance

object > ImageContainmentType

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ImageContainmentType()

public ImageContainmentType()

ImageContainmentType(ImageContainmentType)

public ImageContainmentType(ImageContainmentType other)
Parameter
Name Description
other ImageContainmentType

Properties

Encloses

public Encloses Encloses { get; set; }

The context finding's bounding box must fully contain the target finding's bounding box.

Property Value
Type Description
Encloses

FullyInside

public FullyInside FullyInside { get; set; }

The context finding's bounding box must be fully inside the target finding's bounding box.

Property Value
Type Description
FullyInside

Overlaps

public Overlap Overlaps { get; set; }

The context finding's bounding box and the target finding's bounding box must have a non-zero intersection.

Property Value
Type Description
Overlap

TypeCase

public ImageContainmentType.TypeOneofCase TypeCase { get; }
Property Value
Type Description
ImageContainmentTypeTypeOneofCase