Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class Annotation.
Enum that represents the types of annotations.
Protobuf type google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Annotation
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ AnnotateAssessmentRequest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
ANNOTATION_UNSPECIFIED
Value: 0
Default unspecified type.
Generated from protobuf enum ANNOTATION_UNSPECIFIED = 0;
LEGITIMATE
Value: 1
Provides information that the event turned out to be legitimate.
Generated from protobuf enum LEGITIMATE = 1;
FRAUDULENT
Value: 2
Provides information that the event turned out to be fraudulent.
Generated from protobuf enum FRAUDULENT = 2;
PASSWORD_CORRECT
Value: 3
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.
Generated from protobuf enum PASSWORD_CORRECT = 3 [deprecated = true];
PASSWORD_INCORRECT
Value: 4
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.
Generated from protobuf enum PASSWORD_INCORRECT = 4 [deprecated = true];
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Recaptcha Enterprise V1 Client - Class Annotation (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-recaptcha-enterprise/latest/V1.AnnotateAssessmentRequest.Annotation)\n- [2.1.2](/php/docs/reference/cloud-recaptcha-enterprise/2.1.2/V1.AnnotateAssessmentRequest.Annotation)\n- [2.0.1](/php/docs/reference/cloud-recaptcha-enterprise/2.0.1/V1.AnnotateAssessmentRequest.Annotation)\n- [1.17.2](/php/docs/reference/cloud-recaptcha-enterprise/1.17.2/V1.AnnotateAssessmentRequest.Annotation)\n- [1.16.1](/php/docs/reference/cloud-recaptcha-enterprise/1.16.1/V1.AnnotateAssessmentRequest.Annotation)\n- [1.15.0](/php/docs/reference/cloud-recaptcha-enterprise/1.15.0/V1.AnnotateAssessmentRequest.Annotation)\n- [1.14.0](/php/docs/reference/cloud-recaptcha-enterprise/1.14.0/V1.AnnotateAssessmentRequest.Annotation)\n- [1.13.0](/php/docs/reference/cloud-recaptcha-enterprise/1.13.0/V1.AnnotateAssessmentRequest.Annotation)\n- [1.12.2](/php/docs/reference/cloud-recaptcha-enterprise/1.12.2/V1.AnnotateAssessmentRequest.Annotation)\n- [1.8.0](/php/docs/reference/cloud-recaptcha-enterprise/1.8.0/V1.AnnotateAssessmentRequest.Annotation)\n- [1.7.0](/php/docs/reference/cloud-recaptcha-enterprise/1.7.0/V1.AnnotateAssessmentRequest.Annotation)\n- [1.6.0](/php/docs/reference/cloud-recaptcha-enterprise/1.6.0/V1.AnnotateAssessmentRequest.Annotation)\n- [1.5.2](/php/docs/reference/cloud-recaptcha-enterprise/1.5.2/V1.AnnotateAssessmentRequest.Annotation)\n- [1.4.2](/php/docs/reference/cloud-recaptcha-enterprise/1.4.2/V1.AnnotateAssessmentRequest.Annotation)\n- [1.3.2](/php/docs/reference/cloud-recaptcha-enterprise/1.3.2/V1.AnnotateAssessmentRequest.Annotation)\n- [1.2.6](/php/docs/reference/cloud-recaptcha-enterprise/1.2.6/V1.AnnotateAssessmentRequest.Annotation) \nReference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class Annotation.\n\nEnum that represents the types of annotations.\n\nProtobuf type `google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Annotation`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ RecaptchaEnterprise \\\\ V1 \\\\ AnnotateAssessmentRequest\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ANNOTATION_UNSPECIFIED\n\n Value: 0\n\nDefault unspecified type.\n\nGenerated from protobuf enum `ANNOTATION_UNSPECIFIED = 0;`\n\n### LEGITIMATE\n\n Value: 1\n\nProvides information that the event turned out to be legitimate.\n\nGenerated from protobuf enum `LEGITIMATE = 1;`\n\n### FRAUDULENT\n\n Value: 2\n\nProvides information that the event turned out to be fraudulent.\n\nGenerated from protobuf enum `FRAUDULENT = 2;`\n\n### PASSWORD_CORRECT\n\n Value: 3\n\nProvides information that the event was related to a login event in which\nthe user typed the correct password. Deprecated, prefer indicating\nCORRECT_PASSWORD through the reasons field instead.\n\nGenerated from protobuf enum `PASSWORD_CORRECT = 3 [deprecated = true];`\n\n### PASSWORD_INCORRECT\n\n Value: 4\n\nProvides information that the event was related to a login event in which\nthe user typed the incorrect password. Deprecated, prefer indicating\nINCORRECT_PASSWORD through the reasons field instead.\n\nGenerated from protobuf enum `PASSWORD_INCORRECT = 4 [deprecated = true];`"]]