Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 741 Bytes

SimilarityAnalysisResponse.md

File metadata and controls

12 lines (8 loc) · 741 Bytes

SimilarityAnalysisResponse

Properties

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

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