diff --git a/tonic_textual/classes/redact_api_responses/redaction_response.py b/tonic_textual/classes/redact_api_responses/redaction_response.py index ff8346d..0c506bc 100644 --- a/tonic_textual/classes/redact_api_responses/redaction_response.py +++ b/tonic_textual/classes/redact_api_responses/redaction_response.py @@ -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__(