public interface ImageContainmentTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEncloses()
public abstract Encloses getEncloses()The context finding's bounding box must fully contain the target finding's bounding box.
.google.privacy.dlp.v2.Encloses encloses = 1;
| Returns | |
|---|---|
| Type | Description |
Encloses |
The encloses. |
getEnclosesOrBuilder()
public abstract EnclosesOrBuilder getEnclosesOrBuilder()The context finding's bounding box must fully contain the target finding's bounding box.
.google.privacy.dlp.v2.Encloses encloses = 1;
| Returns | |
|---|---|
| Type | Description |
EnclosesOrBuilder |
|
getFullyInside()
public abstract FullyInside getFullyInside()The context finding's bounding box must be fully inside the target finding's bounding box.
.google.privacy.dlp.v2.FullyInside fully_inside = 2;
| Returns | |
|---|---|
| Type | Description |
FullyInside |
The fullyInside. |
getFullyInsideOrBuilder()
public abstract FullyInsideOrBuilder getFullyInsideOrBuilder()The context finding's bounding box must be fully inside the target finding's bounding box.
.google.privacy.dlp.v2.FullyInside fully_inside = 2;
| Returns | |
|---|---|
| Type | Description |
FullyInsideOrBuilder |
|
getOverlaps()
public abstract Overlap getOverlaps()The context finding's bounding box and the target finding's bounding box must have a non-zero intersection.
.google.privacy.dlp.v2.Overlap overlaps = 3;
| Returns | |
|---|---|
| Type | Description |
Overlap |
The overlaps. |
getOverlapsOrBuilder()
public abstract OverlapOrBuilder getOverlapsOrBuilder()The context finding's bounding box and the target finding's bounding box must have a non-zero intersection.
.google.privacy.dlp.v2.Overlap overlaps = 3;
| Returns | |
|---|---|
| Type | Description |
OverlapOrBuilder |
|
getTypeCase()
public abstract ImageContainmentType.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
ImageContainmentType.TypeCase |
|
hasEncloses()
public abstract boolean hasEncloses()The context finding's bounding box must fully contain the target finding's bounding box.
.google.privacy.dlp.v2.Encloses encloses = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the encloses field is set. |
hasFullyInside()
public abstract boolean hasFullyInside()The context finding's bounding box must be fully inside the target finding's bounding box.
.google.privacy.dlp.v2.FullyInside fully_inside = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fullyInside field is set. |
hasOverlaps()
public abstract boolean hasOverlaps()The context finding's bounding box and the target finding's bounding box must have a non-zero intersection.
.google.privacy.dlp.v2.Overlap overlaps = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the overlaps field is set. |