| Name | Type | Description | Notes |
|---|---|---|---|
| response | Dict[str, InlineObject14ResponseValue] | Form fields extracted from the PDF document | [optional] |
frompdf_generator_api_client.models.inline_object14importInlineObject14# TODO update the JSON string belowjson="{}"# create an instance of InlineObject14 from a JSON stringinline_object14_instance=InlineObject14.from_json(json)
# print the JSON string representation of the objectprint(InlineObject14.to_json())
# convert the object into a dictinline_object14_dict=inline_object14_instance.to_dict()
# create an instance of InlineObject14 from a dictinline_object14_from_dict=InlineObject14.from_dict(inline_object14_dict)