We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f33c18 commit 6942ba5Copy full SHA for 6942ba5
docs/api-docs/api-docs.yml
@@ -551,8 +551,8 @@ components:
551
type: string
552
description: "The context word which helped increase the score"
553
validation_result:
554
- type: number
555
- format: double
+ type: boolean
+ nullable: true
556
description: "Result of a validation (e.g. checksum)"
557
558
Pattern:
presidio-analyzer/presidio_analyzer/analysis_explanation.py
@@ -21,7 +21,7 @@ def __init__(
21
original_score: float,
22
pattern_name: str = None,
23
pattern: str = None,
24
- validation_result: float = None,
+ validation_result: bool = None,
25
textual_explanation: str = None,
26
regex_flags: int = None,
27
):
0 commit comments