Constructor SearchScoreDetails
SearchScoreDetails(double, string, SearchScoreDetails[])
Initializes a new instance of the SearchScoreDetails class.
public SearchScoreDetails(double value, string description, SearchScoreDetails[] details)
Parameters
value
doubleContribution towards the score by a subset of the scoring formula.
description
stringSubset of the scoring formula.
details
SearchScoreDetails[]Breakdown of the score for each match in the document.