Skip to content

PageLabels

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.page_labels import PageLabels

# TODO update the JSON string below
json = "{}"
# create an instance of PageLabels from a JSON string
page_labels_instance = PageLabels.from_json(json)
# print the JSON string representation of the object
print(PageLabels.to_json())

# convert the object into a dict
page_labels_dict = page_labels_instance.to_dict()
# create an instance of PageLabels from a dict
page_labels_form_dict = page_labels.from_dict(page_labels_dict)
[Back to Model list] [Back to API list] [Back to README]