DocumentDescriptionAdvanced
Properties
Name |
Type |
Description |
Notes |
|
|
|
|
Example
from deepsearch.cps.apis.public_v2.models.document_description_advanced import DocumentDescriptionAdvanced
# TODO update the JSON string below
json = "{}"
# create an instance of DocumentDescriptionAdvanced from a JSON string
document_description_advanced_instance = DocumentDescriptionAdvanced.from_json(json)
# print the JSON string representation of the object
print(DocumentDescriptionAdvanced.to_json())
# convert the object into a dict
document_description_advanced_dict = document_description_advanced_instance.to_dict()
# create an instance of DocumentDescriptionAdvanced from a dict
document_description_advanced_form_dict = document_description_advanced.from_dict(document_description_advanced_dict)
[Back to Model list] [Back to API list] [Back to README]