Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 841 Bytes

HateSpeechAnalysisResponse.md

File metadata and controls

12 lines (8 loc) · 841 Bytes

HateSpeechAnalysisResponse

Properties

Name Type Description Notes
successful bool True if the profanity detection operation was successful, false otherwise [optional]
hate_speech_score_result float Hate speech classification score between 0.0 and 1.0 where scores closer to zero have a low probability of being hate speech language, while scores close to 1.0 have a high probability of being hate speech language. Values above 0.8 have a very high probability of being hate speech. [optional]
sentence_count int Number of sentences in input text [optional]

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