Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.42 KB

SemanticFeedbackRequest.md

File metadata and controls

14 lines (9 loc) · 1.42 KB

SemanticFeedbackRequest

Properties

Name Type Description Notes
terms [WeightedQueryTerm] List of Query Terms and Weights used to perform the Semantic Search.
rank int Rank of the item in the Semantic Search output.
feedback int The allowed values are <code style='color: #333333; opacity: 0.9'>0</code>, <code style='color: #333333; opacity: 0.9'>1</code>, and <code style='color: #333333; opacity: 0.9'>-1</code>. <code style='color: #333333; opacity: 0.9'>0</code> indicates that the rank is agreeable (i.e., it is not far from the rank expected by the user); <code style='color: #333333; opacity: 0.9'>1</code> indicates that the rank should have been significantly larger; <code style='color: #333333; opacity: 0.9'>-1</code> indicates that the rank should have been significantly smaller.
evidence [SearchTerm] Optional. Terms field from the Search Resumes Evidence response. [optional]

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