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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET