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 4573837 commit ef901e8
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 BulkRedactionResponse(dict):
Attributes
----------
bulk_text : str
The original text
The original text.
bulk_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 bulk_text
The list of named entities that were found in bulk_text.
"""

def __init__(
Expand Down

0 comments on commit ef901e8

Please sign in to comment.