Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.44 KB

File metadata and controls

31 lines (22 loc) · 1.44 KB

ContentEvaluationResponseQualityScoreBreakdownContent

Properties

Name Type Description Notes
purpose int
accuracy int
depth int

Example

from wordlift_client.models.content_evaluation_response_quality_score_breakdown_content import ContentEvaluationResponseQualityScoreBreakdownContent

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

# convert the object into a dict
content_evaluation_response_quality_score_breakdown_content_dict = content_evaluation_response_quality_score_breakdown_content_instance.to_dict()
# create an instance of ContentEvaluationResponseQualityScoreBreakdownContent from a dict
content_evaluation_response_quality_score_breakdown_content_from_dict = ContentEvaluationResponseQualityScoreBreakdownContent.from_dict(content_evaluation_response_quality_score_breakdown_content_dict)

[Back to Model list] [Back to API list] [Back to README]