| Name | Type | Description | Notes |
|---|
| prompt | str | | |
| upsampled_prompt | str | | |
fromtwitter_openapi_python_generated.models.grok_image_annotationimportGrokImageAnnotation# TODO update the JSON string belowjson="{}"# create an instance of GrokImageAnnotation from a JSON stringgrok_image_annotation_instance=GrokImageAnnotation.from_json(json)
# print the JSON string representation of the objectprint(GrokImageAnnotation.to_json())
# convert the object into a dictgrok_image_annotation_dict=grok_image_annotation_instance.to_dict()
# create an instance of GrokImageAnnotation from a dictgrok_image_annotation_from_dict=GrokImageAnnotation.from_dict(grok_image_annotation_dict)[Back to Model list][Back to API list][Back to README]