Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.53 KB

ProperNounCategorizedOut.md

File metadata and controls

23 lines (18 loc) · 1.53 KB

openapi_client.model.proper_noun_categorized_out.ProperNounCategorizedOut

Classified typed proper names

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Classified typed proper names

Dictionary Keys

Key Input Type Accessed Type Description Notes
script str, str, [optional]
id str, str, [optional]
explanation str, str, [optional]
name str, str, The input name [optional]
commonType str, str, The most likely common name type [optional]
commonTypeAlt str, str, Best alternative for : The most likely common name type [optional]
score decimal.Decimal, int, float, decimal.Decimal, Higher score is better, but score is not normalized. Use calibratedProbability if available. [optional] value must be a 64 bit float
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

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