# api_python_client.model.update_form_input.UpdateFormInput A schema defining the extracted data input #### Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **extractedData** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | an object representing the extracted data to be updated | **tags** | **[str]** | an optional array of tagIds to support review tagging | [optional] **notes** | **str** | optional reviewer entered notes | [optional] **any string name** | dict, frozendict, str, date, datetime, int, float, bool, Decimal, None, list, tuple, bytes | any string name can be used but the value must be the correct type | [optional] [[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)