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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET