ClassificationReferenceDocumentView
Information about a document used for classification
fileResourceUidstringrequired
Unique identifier of the file resource
Example:
4ga1328c-f97b-59f3-91c6-cg623beg4233
documentUidstringrequired
Unique identifier of the document
Example:
3fa1968c-f86a-48e2-80b5-bf512adf3122
cosineSimilaritystringrequired
Similarity score between this document and the classified document
Example:
0.99997663
namestringrequired
Name of the document used for classification
Example:
dpe.pdf
ClassificationReferenceDocumentView
{
"fileResourceUid": "4ga1328c-f97b-59f3-91c6-cg623beg4233",
"documentUid": "3fa1968c-f86a-48e2-80b5-bf512adf3122",
"cosineSimilarity": 0.99997663,
"name": "dpe.pdf"
}