public sealed class ChallengeMetrics : IMessage<ChallengeMetrics>, IEquatable<ChallengeMetrics>, IDeepCloneable<ChallengeMetrics>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ChallengeMetrics.
Metrics related to challenges.
Implements
IMessage<ChallengeMetrics>, IEquatable<ChallengeMetrics>, IDeepCloneable<ChallengeMetrics>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
ChallengeMetrics()
public ChallengeMetrics()ChallengeMetrics(ChallengeMetrics)
public ChallengeMetrics(ChallengeMetrics other)| Parameter | |
|---|---|
| Name | Description |
other |
ChallengeMetrics |
Properties
FailedCount
public long FailedCount { get; set; }Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
NocaptchaCount
public long NocaptchaCount { get; set; }Count of nocaptchas (successful verification without a challenge) issued.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
PageloadCount
public long PageloadCount { get; set; }Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
PassedCount
public long PassedCount { get; set; }Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|