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.
Implements
IMessageScoreMetrics, IEquatableScoreMetrics, IDeepCloneableScoreMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
ScoreMetrics()
public ScoreMetrics()
ScoreMetrics(ScoreMetrics)
public ScoreMetrics(ScoreMetrics other)
Parameter | |
---|---|
Name | Description |
other | ScoreMetrics |
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 | |
---|---|
Type | Description |
MapFieldstringScoreDistribution |
OverallMetrics
public ScoreDistribution OverallMetrics { get; set; }
Aggregated score metrics for all traffic.
Property Value | |
---|---|
Type | Description |
ScoreDistribution |