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

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

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

Metrics related to scoring.

Inheritance

object > ScoreMetrics

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

ScoreMetrics()

public ScoreMetrics()

ScoreMetrics(ScoreMetrics)

public ScoreMetrics(ScoreMetrics other)
Parameter
NameDescription
otherScoreMetrics

Properties

ActionMetrics

public MapField<string, ScoreDistribution> ActionMetrics { get; }

Action-based metrics. The map key is the action name which specified by the site owners at time of the "execute" client-side call.

Property Value
TypeDescription
MapFieldstringScoreDistribution

OverallMetrics

public ScoreDistribution OverallMetrics { get; set; }

Aggregated score metrics for all traffic.

Property Value
TypeDescription
ScoreDistribution