Share via


ShortAnswerOptions interface

To configure Answer span prediction feature.

Properties

confidenceThreshold

Minimum threshold score required to include an answer span, value ranges from 0 to 1.

enable

Enable or disable Answer Span prediction.

top

Number of Top answers to be considered for span prediction from 1 to 10.

Property Details

confidenceThreshold

Minimum threshold score required to include an answer span, value ranges from 0 to 1.

confidenceThreshold?: number

Property Value

number

enable

Enable or disable Answer Span prediction.

enable: true

Property Value

true

top

Number of Top answers to be considered for span prediction from 1 to 10.

top?: number

Property Value

number