IdentifyStudentRequestIncludeAllQualityLevels Property Provincial Approach to Student Information API
Determines if the search results include matches from all quality levels.

Namespace: PASI.DataContract.V201204
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public bool IncludeAllQualityLevels { get; set; }

Property Value

Type: Boolean
True if all quality matches should be included; otherwise false.
Remarks

If false the search results will only include the matches from the best quality matcher that returns something for a given search type. If true the search results will include the matches from all matchers for a given search type. For example, for an approximate age search, the best (and only) matcher is the low quality matcher. Therefore, including or not including all quality matches has no effect on the search results for this particular type of search. In any case, if there are more results than a certain predefined maximum, the matches are filtered based on quality and rank in descending order.
See Also

Reference