Skip to content

Latest commit

History

History
30 lines (21 loc) · 1006 Bytes

File metadata and controls

30 lines (21 loc) · 1006 Bytes

GrokImageAnnotation

Properties

NameTypeDescriptionNotes
promptstr
upsampled_promptstr

Example

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]