# CloudmersiveImageApiClient.TextItem

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**detectedText** | **String** | Text detected in the image | [optional] 
**leftX** | **Number** | Left X coordinate of the text location; 0 represents the left edge of the input image | [optional] 
**topY** | **Number** | Top Y coordinate of the text location; 0 represents the top edge of the input image | [optional] 
**width** | **Number** | Width in pixels of the text item | [optional] 
**height** | **Number** | Height in pixels of the text item | [optional] 


