CDRClassifyResult
This data type is responsible for specifying the result of classification for a specific document class and specific classification engine. This is the same as the cell inside the classification matrix within Designer.
Type | Description |
---|---|
CDRClassifyMaybe | Document may belong to DocClass but weights are not available |
CDRClassifyNo | Document does not belong to this DocClass |
CDRClassifyNotApplied | Classification engine is not applied to this DocClass |
CDRClassifyWeighted | Classification weight property has valid content |
CDRClassifyYes | For sure document belongs to this DocClass |