Enum that represents the types of annotations.
Protobuf type google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Annotation
| Constants |
| public Google Default unspecified type. Generated from protobuf enum ANNOTATION_UNSPECIFIED = 0; |
| public Google Provides information that the event turned out to be fraudulent. Generated from protobuf enum FRAUDULENT = 2; |
| public Google Provides information that the event turned out to be legitimate. Generated from protobuf enum LEGITIMATE = 1; |
| public Google 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 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) |