# CloudmersiveImageApiClient.DrawTextRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**baseImageBytes** | **Blob** | Image to draw text on, in bytes.  You can also use the BaseImageUrl instead to supply image input as a URL | [optional] 
**baseImageUrl** | **String** | Image to draw text on, as an HTTP or HTTPS fully-qualified URL | [optional] 
**textToDraw** | [**[DrawTextInstance]**](DrawTextInstance.md) | One or more pieces of text to draw onto the image | [optional] 


