# CloudmersiveImageApiClient.FindSymbolResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**successful** | **Boolean** | True if successful, false otherwise | [optional] 
**matchScore** | **Number** | Score between 0.0 and 1.0 that measures how closely the symbol matched; scores above 0.2 are good | [optional] 
**xLeft** | **Number** | X location of the left edge of the found location in pixels | [optional] 
**yTop** | **Number** | Y location of the top edge of the found location in pixels | [optional] 
**width** | **Number** | Width of the found location in pixels | [optional] 
**height** | **Number** | Height of the found location in pixels | [optional] 


