> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TextBlockAnalysisParams Object (ITextBlockAnalysisParams Interface)

This object specifies how a text block should be analyzed. The object allows you to set analysis parameters for the individual text block, while the [PageAnalysisParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams) object affects the process of layout analysis of the whole page. Analysis parameters should be set for an individual text block, if any non-trivial analysis upon that block is needed. It also may be useful if automatic document analysis is not performed, and a text block is created manually.

## Properties

| Name               | Type                                                                                                                                                                                                          | Description                                                                                                |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| Application        | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Returns the Engine object.                                                                                 |
| SkewCorrectionMode | [SkewCorrectionModeEnum](/fine-reader/engine/api-reference/enumerations/skewcorrectionmodeenum)                                                                                                               | Specifies the mode of skew correction during analysis. This property is SCM\\\_AccordingToPage by default. |

## Related objects

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/textblockanalysisparams.gif?s=1376d0f8f26736b156591ac9f382907d" alt="TextBlockAnalysisParams" width="257" height="75" data-path="images/fine-reader/engine/textblockanalysisparams.gif" />[](/fine-reader/engine/api-reference/layout-related-objects/textblock#analysisparams)[](/fine-reader/engine/api-reference/layout-related-objects/textblock)[](/fine-reader/engine/api-reference/layout-related-objects/block)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## See also

[Tuning Analysis, Recognition and Synthesis Parameters](/fine-reader/engine/guided-tour/advanced-techniques/tuning-parameters-of-preprocessing-analysis-recognition-and-synthesis)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
