public sealed class SdpFilterResult : IMessage<SdpFilterResult>, IEquatable<SdpFilterResult>, IDeepCloneable<SdpFilterResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Model Armor v1beta API class SdpFilterResult.
Sensitive Data Protection filter result.
Implements
IMessageSdpFilterResult, IEquatableSdpFilterResult, IDeepCloneableSdpFilterResult, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1BetaAssembly
Google.Cloud.ModelArmor.V1Beta.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 |
ResultCase
public SdpFilterResult.ResultOneofCase ResultCase { get; }
Property Value | |
---|---|
Type | Description |
SdpFilterResultResultOneofCase |