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