# CloudmersiveOcrApiClient.OcrWordElement

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**wordText** | **String** | Text of the word | [optional] 
**lineNumber** | **Number** | Line number of the word | [optional] 
**wordNumber** | **Number** | Index of the word in the line | [optional] 
**xLeft** | **Number** | X location of the left edge of the word in pixels | [optional] 
**yTop** | **Number** | Y location of the top edge of the word in pixels | [optional] 
**width** | **Number** | Width of the word in pixels | [optional] 
**height** | **Number** | Height of the word in pixels | [optional] 
**confidenceLevel** | **Number** | Confidence level of the machine learning result; possible values are 0.0 (lowest accuracy) - 1.0 (highest accuracy) | [optional] 
**blockNumber** | **Number** | Index of the containing block | [optional] 
**paragraphNumber** | **Number** | Index of the containing paragraph | [optional] 
**pageNumber** | **Number** | Index of the containing page | [optional] 


