public sealed class SdpFilterResult : IMessage<SdpFilterResult>, IEquatable<SdpFilterResult>, IDeepCloneable<SdpFilterResult>, IBufferMessage, IMessageReference documentation and code samples for the Model Armor v1 API class SdpFilterResult.
Sensitive Data Protection filter result.
Implements
IMessageSdpFilterResult, IEquatableSdpFilterResult, IDeepCloneableSdpFilterResult, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1Assembly
Google.Cloud.ModelArmor.V1.dll
Constructors
SdpFilterResult()
public SdpFilterResult()SdpFilterResult(SdpFilterResult)
public SdpFilterResult(SdpFilterResult other)| Parameter | |
|---|---|
| Name | Description |
other |
SdpFilterResult |
Properties
DeidentifyResult
public SdpDeidentifyResult DeidentifyResult { get; set; }Sensitive Data Protection Deidentification result if deidentification is performed.
| Property Value | |
|---|---|
| Type | Description |
SdpDeidentifyResult |
|
InspectResult
public SdpInspectResult InspectResult { get; set; }Sensitive Data Protection Inspection result if inspection is performed.
| Property Value | |
|---|---|
| Type | Description |
SdpInspectResult |
|
RedactResult
public SdpRedactResult RedactResult { get; set; }Sensitive Data Protection Redaction result if redaction is performed. This is primarily used for image redaction.
| Property Value | |
|---|---|
| Type | Description |
SdpRedactResult |
|
ResultCase
public SdpFilterResult.ResultOneofCase ResultCase { get; }| Property Value | |
|---|---|
| Type | Description |
SdpFilterResultResultOneofCase |
|