Creates an Analysis object.
Document id.
Language of the document and analysis.
The paragraphs within the document. For F2, these are segments.
Sentiment of the document.
The entities in the document.
The tags of the document.
The relations in the document.
Optional vectors for the whole document.
Characters billed for the analysis.
The extra non-NLP type of information related to analysis.
Debugging information, if any.
Debugging information, if any.
Document id.
Sentiment of the document.
Optional vectors for the whole document.
The entities in the document.
Language of the document and analysis.
The extra non-NLP type of information related to analysis.
The paragraphs within the document. For F2, these are segments.
The relations in the document.
The tags of the document.
Characters billed for the analysis.
Returns a paragraph with the specified type. Throws IllegalArgumentException if there are more than one such paragraphs, and return null if there are none. This is intended for legacy paragraphs corresponding to title/lead/text segments.
For standard types, use these predefined constants: [Paragraph.TYPE_TITLE], [Paragraph.TYPE_ABSTRACT], [Paragraph.TYPE_BODY], [Paragraph.TYPE_SECTION_HEADING], or dedicated methods: [title], [lead], [body].
Tecto tokens across all paragraphs.
An object encapsulating the results of NLP analysis.