Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.18 KB

DocTag.md

File metadata and controls

22 lines (18 loc) · 1.18 KB

DocTag

Properties

Name Type Description Notes
start_pos int The start position of the suggestion. 0 based
end_pos int The end position of the suggestion. 0 based
report string Report Id [optional]
urls string[] List of source documents found by plagiarism checker [optional]
category string Suggestion's category [optional]
category_display_name string Suggetsion's category display name [optional]
subcategory string Suggestion's subcategory [optional]
hint string Short suggestion's description [optional]
suggestions string[] List of possible replacements [optional]
is_sub_tag bool Identifies that this suggestion is a part of larger one
help_id string TODO DOCS [optional]
id string Suggestion's Id [optional]
invisible bool Is tag invisible? [optional]

[Back to Model list] [Back to API list] [Back to README]