Google Cloud reCAPTCHA Enterprise v1 API - Enum AnnotateAssessmentRequest.Types.Annotation (2.8.0)

public enum AnnotateAssessmentRequest.Types.Annotation

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API enum AnnotateAssessmentRequest.Types.Annotation.

Enum that represents the types of annotations.

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Fields

NameDescription
Fraudulent

Provides information that the event turned out to be fraudulent.

Legitimate

Provides information that the event turned out to be legitimate.

PasswordCorrect

Provides information that the event was related to a login event in which the user typed the correct password. Deprecated, prefer indicating CORRECT_PASSWORD through the reasons field instead.

PasswordIncorrect

Provides information that the event was related to a login event in which the user typed the incorrect password. Deprecated, prefer indicating INCORRECT_PASSWORD through the reasons field instead.

Unspecified

Default unspecified type.