Model Armor v1beta API - Class SdpFilterResult (1.0.0-beta01)

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.

Inheritance

object > SdpFilterResult

Namespace

Google.Cloud.ModelArmor.V1Beta

Assembly

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