/AWS1/CL_TEXANALYZEDOCRESPONSE¶
AnalyzeDocumentResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_documentmetadata
TYPE REF TO /AWS1/CL_TEXDOCUMENTMETADATA
/AWS1/CL_TEXDOCUMENTMETADATA
¶
Metadata about the analyzed document. An example is the number of pages.
it_blocks
TYPE /AWS1/CL_TEXBLOCK=>TT_BLOCKLIST
TT_BLOCKLIST
¶
The items that are detected and analyzed by
AnalyzeDocument
.
io_humanloopactivationoutput
TYPE REF TO /AWS1/CL_TEXHUMANLOOPACTOUTPUT
/AWS1/CL_TEXHUMANLOOPACTOUTPUT
¶
Shows the results of the human in the loop evaluation.
iv_analyzedocmodelversion
TYPE /AWS1/TEXSTRING
/AWS1/TEXSTRING
¶
The version of the model used to analyze the document.
Queryable Attributes¶
DocumentMetadata¶
Metadata about the analyzed document. An example is the number of pages.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOCUMENTMETADATA() |
Getter for DOCUMENTMETADATA |
Blocks¶
The items that are detected and analyzed by
AnalyzeDocument
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BLOCKS() |
Getter for BLOCKS, with configurable default |
ASK_BLOCKS() |
Getter for BLOCKS w/ exceptions if field has no value |
HAS_BLOCKS() |
Determine if BLOCKS has a value |
HumanLoopActivationOutput¶
Shows the results of the human in the loop evaluation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HUMANLOOPACTOUTPUT() |
Getter for HUMANLOOPACTIVATIONOUTPUT |
AnalyzeDocumentModelVersion¶
The version of the model used to analyze the document.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ANALYZEDOCMODELVERSION() |
Getter for ANALYZEDOCUMENTMODELVERSION, with configurable de |
ASK_ANALYZEDOCMODELVERSION() |
Getter for ANALYZEDOCUMENTMODELVERSION w/ exceptions if fiel |
HAS_ANALYZEDOCMODELVERSION() |
Determine if ANALYZEDOCUMENTMODELVERSION has a value |