Compartilhar via


TextAnalysisModelFactory.LearnedComponent(String) Method

Definition

Initializes a new instance of LearnedComponent.

public static Azure.AI.Language.Text.LearnedComponent LearnedComponent (string value = default);
static member LearnedComponent : string -> Azure.AI.Language.Text.LearnedComponent
Public Shared Function LearnedComponent (Optional value As String = Nothing) As LearnedComponent

Parameters

value
String

The learned component of an extracted entity type.

Returns

A new LearnedComponent instance for mocking.

Applies to