Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 766 Bytes

SubjectivityAnalysisResponse.md

File metadata and controls

12 lines (8 loc) · 766 Bytes

SubjectivityAnalysisResponse

Properties

Name Type Description Notes
successful bool True if the subjectivity analysis operation was successful, false otherwise [optional]
subjectivity_score_result float Subjectivity vs. objectivity classification score between 0.0 and 1.0 where scores closer to zero have a high probability of objectivity, while scores close to 1.0 have a high probability of subjectivity. [optional]
sentence_count int Number of sentences in input text [optional]

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