Hi forum
I have a data as Preformatted textClassidficationResult[ ] =
ClassificationResult[1]
{
ClassificationResult
{
ClassifierName=“Intelligent Keyword Classifier - Classify”,
Confidence=0.948679,
DocumentBounds=ResultsDocumentBounds
{
PageCount=3,
StartPage=0,
TextLength=10081,
TextStartIndex=0
},
DocumentId=“invoice.pdf”,
DocumentTypeId=“Documents.Financial.invoice”,
OcrConfidence=0.64,
Reference=ResultsContentReference
{
TextLength=89,
TextStartIndex=0,
Tokens=ResultsValueTokens[1]
{
ResultsValueTokens
{
Boxes=Box[7]
{
T:11.47,L:14.67,W:104.8,H:18.4,
T:40,L:57.6,W:20,H:5.6,
T:39.73,L:98.13,W:13.07,H:5.87,
T:177.6,L:8.53,W:31.47,H:9.07,
T:110.67,L:52.53,W:18.93,H:8.8,
T:110.67,L:73.6,W:64,H:8.8,
T:110.67,L:139.73,W:27.47,H:8.8
},
Page=0,
PageHeight=792,
PageWidth=612,
TextLength=89,
TextStartIndex=0
}
}
}
}
}
I wanted to get “DocumentTypeId”
How do i do that? Please help