共用方式為


TextAnalysisModelFactory.ListComponent(String) Method

Definition

Initializes a new instance of ListComponent.

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

Parameters

value
String

The list key of an extracted entity type.

Returns

A new ListComponent instance for mocking.

Applies to