 | QueryMetadataPredictions Property |
Gets the predictions for the query.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic Predictions Predictions { get; }
Public ReadOnly Property Predictions As Predictions
Get
Property Value
Type:
Predictions
Remarks
Supported with Sphinx 2.2.
Only available if option max_predicted_time was set.
See Also