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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET