TextAnalysisModelFactory.TargetRelation(String, TargetRelationType) 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 TargetRelation.
public static Azure.AI.Language.Text.TargetRelation TargetRelation (string ref = default, Azure.AI.Language.Text.TargetRelationType relationType = Azure.AI.Language.Text.TargetRelationType.Assessment);
static member TargetRelation : string * Azure.AI.Language.Text.TargetRelationType -> Azure.AI.Language.Text.TargetRelation
Public Shared Function TargetRelation (Optional ref As String = Nothing, Optional relationType As TargetRelationType = Azure.AI.Language.Text.TargetRelationType.Assessment) As TargetRelation
Parameters
- ref
- String
The JSON pointer indicating the linked object.
- relationType
- TargetRelationType
The type related to the target.
Returns
A new TargetRelation instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET