The rowValues element
Represents a row of scoring result values. The value for this element is an object array in which each object represents a set of scoring values.
| Element name | Value type | Description |
|---|---|---|
| reserved | string | Internal string that is currently unused. |
| value | object array | Scoring function values |
Example
The value for the following rowValues element
reports scoring function values of 2 and 1.34153.
"rowValues":[
{
"reserved":null,
"value":[{"value":"2"},{"value":"1.3415297614991626"}]
}
]