The output looks like this:
ClassificationResult[3] { ClassificationResult { ClassifierName="", Confidence=1, DocumentBounds=ResultsDocumentBounds { PageCount=1, StartPage=0, TextLength=746, TextStartIndex=0 }, DocumentId="300059237 Realty Trust", DocumentTypeId="CreditOps.APPRAISAL-ENVIRON-COLVAL.Acknowlegement", OcrConfidence=0, Reference=null }, ClassificationResult { ClassifierName="", Confidence=1, DocumentBounds=ResultsDocumentBounds { PageCount=6, StartPage=1, TextLength=26057, TextStartIndex=748 }, DocumentId="300059237 Realty Trust", DocumentTypeId="CreditOps.APPRAISAL-ENVIRON-COLVAL.AppraisalReview", OcrConfidence=0, Reference=null }, ClassificationResult { ClassifierName="", Confidence=1, DocumentBounds=ResultsDocumentBounds { PageCount=38, StartPage=7, TextLength=273902, TextStartIndex=26807 }, DocumentId="300059237 Realty Trust", DocumentTypeId="CreditOps.APPRAISAL-ENVIRON-COLVAL.AVM", OcrConfidence=0, Reference=null } }
But the DocumentTypeId removes spaces and I need the correct individual values. For example CreditOps.APPRAISAL-ENVIRON-COLVAL.AppraisalReview is actually “Credit Ops” “APPRAISAL - ENVIRON - COLVAL” “Appraisal Review”
Are there any taxonomy related expressions I can use to get those individual values?