TextAnalysisModelFactory.ListComponent(String) 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 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.