Risk analysis result for an event.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.RiskAnalysis
Methods |
public __construct( $data = NULL) Constructor.
|
public getChallenge() Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys Generated from protobuf field .google.cloud.recaptchaenterprise.v1.RiskAnalysis.Challenge challenge = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public getExtendedVerdictReasons() Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change. Generated from protobuf field repeated string extended_verdict_reasons = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public getReasons() Output only. Reasons contributing to the risk analysis verdict. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public getScore() Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic). Generated from protobuf field float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public setChallenge( $var) Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys Generated from protobuf field .google.cloud.recaptchaenterprise.v1.RiskAnalysis.Challenge challenge = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public setExtendedVerdictReasons( $var) Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change. Generated from protobuf field repeated string extended_verdict_reasons = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public setReasons( $var) Output only. Reasons contributing to the risk analysis verdict. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
public setScore( $var) Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic). Generated from protobuf field float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
Properties |
protected $challenge = 0 Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys Generated from protobuf field .google.cloud.recaptchaenterprise.v1.RiskAnalysis.Challenge challenge = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
protected $score = 0 Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic). Generated from protobuf field float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
Methods |
Properties |
private $extended_verdict_reasons = NULL Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change. Generated from protobuf field repeated string extended_verdict_reasons = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
private $reasons = NULL Output only. Reasons contributing to the risk analysis verdict. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; |