Enum that represents the types of annotations.

Protobuf type google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Annotation

CloneableInstantiable
Constants
public Google\Cloud\RecaptchaEnterprise\V1\AnnotateAssessmentRequest\Annotation::ANNOTATION_UNSPECIFIED = 0
 

Default unspecified type.

Generated from protobuf enum ANNOTATION_UNSPECIFIED = 0;

public Google\Cloud\RecaptchaEnterprise\V1\AnnotateAssessmentRequest\Annotation::FRAUDULENT = 2
 

Provides information that the event turned out to be fraudulent.

Generated from protobuf enum FRAUDULENT = 2;

public Google\Cloud\RecaptchaEnterprise\V1\AnnotateAssessmentRequest\Annotation::LEGITIMATE = 1
 

Provides information that the event turned out to be legitimate.

Generated from protobuf enum LEGITIMATE = 1;

public Google\Cloud\RecaptchaEnterprise\V1\AnnotateAssessmentRequest\Annotation::PASSWORD_CORRECT = 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];

public Google\Cloud\RecaptchaEnterprise\V1\AnnotateAssessmentRequest\Annotation::PASSWORD_INCORRECT = 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];

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['ANNOTATION_UNSPECIFIED', 'LEGITIMATE', 'FRAUDULENT', 'PASSWORD_CORRECT', 'PASSWORD_INCORRECT']
Properties
private static $valueToName = ['ANNOTATION_UNSPECIFIED', 'LEGITIMATE', 'FRAUDULENT', 'PASSWORD_CORRECT', 'PASSWORD_INCORRECT']
Methods
public static name( $value)
public static value( $name)
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration