Skip to content

Commit

Permalink
text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniceManwiller authored Nov 22, 2024
1 parent 10f6c34 commit 4573837
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ class RedactionResponse(dict):
Attributes
----------
original_text : str
The original text
The original text.
redacted_text : str
The redacted/synthesized text
The redacted and synthesized text.
usage : int
The number of words used
de_identify_results : List[Replacement]
The list of named entities found in original_text
The list of named entities that were found in original_text.
"""

def __init__(
Expand Down

0 comments on commit 4573837

Please sign in to comment.