ConversationAnalysisAuthoringModelFactory.UtteranceEntityEvaluationResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of UtteranceEntityEvaluationResult.
public static Azure.AI.Language.Conversations.Authoring.UtteranceEntityEvaluationResult UtteranceEntityEvaluationResult(string category = default, int offset = 0, int length = 0);
static member UtteranceEntityEvaluationResult : string * int * int -> Azure.AI.Language.Conversations.Authoring.UtteranceEntityEvaluationResult
Public Shared Function UtteranceEntityEvaluationResult (Optional category As String = Nothing, Optional offset As Integer = 0, Optional length As Integer = 0) As UtteranceEntityEvaluationResult
Parameters
- category
- String
Represents the entity category.
- offset
- Int32
Represents the entity offset index relative to the original text.
- length
- Int32
Represents the entity length.
Returns
A new UtteranceEntityEvaluationResult instance for mocking.