Share via


ShortAnswerOptions(Boolean) Constructor

Definition

Initializes a new instance of ShortAnswerOptions.

public ShortAnswerOptions(bool isEnabled);
new Azure.AI.Language.QuestionAnswering.Inference.ShortAnswerOptions : bool -> Azure.AI.Language.QuestionAnswering.Inference.ShortAnswerOptions
Public Sub New (isEnabled As Boolean)

Parameters

isEnabled
Boolean

Enable or disable Answer Span prediction.

Applies to