# ProWritingAidApi.WordCloudRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **String** | The text to be turned into a Word Cloud |
**orientation** | **String** | The orientation of the text | [default to 'EveryWhichWay']
**caseMethod** | **String** | The method to be used for casing | [default to 'IntelligentCase']
**paletteName** | **String** | The name of the palette | [default to 'ProWritingAid']
**maximumWordCount** | **Number** | the maximum number of words to be created | [default to 100]
**removeCommonWords** | **Boolean** | Should Common words be removed from the cloud | [default to true]
**fontName** | **String** | The name of the font to use | [default to 'Arial']
**width** | **Number** | The width of the image to produce | [default to 200]
**height** | **Number** | The height of the image to produce | [default to 200]
**onlySentimentWords** | **Boolean** | Only use the sentiment words from the text | [default to false]
**style** | **String** | Document's writing style | [default to 'General']
**language** | **String** | Document's language. Set correct UK/US language to get region-specific suggestions | [default to 'en']
## Enum: OrientationEnum
* `Horizontal` (value: `"Horizontal"`)
* `MostlyHorizontal` (value: `"MostlyHorizontal"`)
* `Vertical` (value: `"Vertical"`)
* `MostlyVertical` (value: `"MostlyVertical"`)
* `HalfAndHalf` (value: `"HalfAndHalf"`)
* `EveryWhichWay` (value: `"EveryWhichWay"`)
## Enum: CaseMethodEnum
* `PreserveCase` (value: `"PreserveCase"`)
* `Lowercase` (value: `"Lowercase"`)
* `Uppercase` (value: `"Uppercase"`)
* `IntelligentCase` (value: `"IntelligentCase"`)
## Enum: StyleEnum
* `NotSet` (value: `"NotSet"`)
* `General` (value: `"General"`)
* `Academic` (value: `"Academic"`)
* `Business` (value: `"Business"`)
* `Technical` (value: `"Technical"`)
* `Creative` (value: `"Creative"`)
* `Casual` (value: `"Casual"`)
* `Web` (value: `"Web"`)
## Enum: LanguageEnum
* `en_US` (value: `"en_US"`)
* `en_UK` (value: `"en_UK"`)
* `en` (value: `"en"`)
* `es` (value: `"es"`)