Google Cloud reCAPTCHA Enterprise v1 API - Class RiskAnalysis (2.12.0)

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

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class RiskAnalysis.

Risk analysis result for an event.

Inheritance

object > RiskAnalysis

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

RiskAnalysis()

public RiskAnalysis()

RiskAnalysis(RiskAnalysis)

public RiskAnalysis(RiskAnalysis other)
Parameter
NameDescription
otherRiskAnalysis

Properties

ExtendedVerdictReasons

public RepeatedField<string> ExtendedVerdictReasons { get; }

Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.

Property Value
TypeDescription
RepeatedFieldstring

Reasons

public RepeatedField<RiskAnalysis.Types.ClassificationReason> Reasons { get; }

Output only. Reasons contributing to the risk analysis verdict.

Property Value
TypeDescription
RepeatedFieldRiskAnalysisTypesClassificationReason

Score

public float Score { get; set; }

Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).

Property Value
TypeDescription
float