PredictionRequestOptions interface
The custom options for the prediction request.
Properties
datetime |
The reference DateTime used for predicting datetime entities. |
prefer |
Whether to make the external entities resolution override the predictions if an overlap occurs. |
Property Details
datetimeReference
The reference DateTime used for predicting datetime entities.
datetimeReference?: Date
Property Value
Date
preferExternalEntities
Whether to make the external entities resolution override the predictions if an overlap occurs.
preferExternalEntities?: boolean
Property Value
boolean