NamedEntityRecognitionSkill Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
NamedEntityRecognitionSkill() |
Initialisiert eine neue instance der NamedEntityRecognitionSkill-Klasse. |
NamedEntityRecognitionSkill(IList<InputFieldMappingEntry>, IList<OutputFieldMappingEntry>, String, String, IList<NamedEntityCategory>, NamedEntityRecognitionSkillLanguage, Nullable<Double>) |
Initialisiert eine neue instance der NamedEntityRecognitionSkill-Klasse. |
NamedEntityRecognitionSkill()
Initialisiert eine neue instance der NamedEntityRecognitionSkill-Klasse.
public NamedEntityRecognitionSkill ();
Public Sub New ()
Gilt für:
NamedEntityRecognitionSkill(IList<InputFieldMappingEntry>, IList<OutputFieldMappingEntry>, String, String, IList<NamedEntityCategory>, NamedEntityRecognitionSkillLanguage, Nullable<Double>)
Initialisiert eine neue instance der NamedEntityRecognitionSkill-Klasse.
public NamedEntityRecognitionSkill (System.Collections.Generic.IList<Microsoft.Azure.Search.Models.InputFieldMappingEntry> inputs, System.Collections.Generic.IList<Microsoft.Azure.Search.Models.OutputFieldMappingEntry> outputs, string description = default, string context = default, System.Collections.Generic.IList<Microsoft.Azure.Search.Models.NamedEntityCategory> categories = default, Microsoft.Azure.Search.Models.NamedEntityRecognitionSkillLanguage defaultLanguageCode = default, double? minimumPrecision = default);
new Microsoft.Azure.Search.Models.NamedEntityRecognitionSkill : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.InputFieldMappingEntry> * System.Collections.Generic.IList<Microsoft.Azure.Search.Models.OutputFieldMappingEntry> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Search.Models.NamedEntityCategory> * Microsoft.Azure.Search.Models.NamedEntityRecognitionSkillLanguage * Nullable<double> -> Microsoft.Azure.Search.Models.NamedEntityRecognitionSkill
Public Sub New (inputs As IList(Of InputFieldMappingEntry), outputs As IList(Of OutputFieldMappingEntry), Optional description As String = Nothing, Optional context As String = Nothing, Optional categories As IList(Of NamedEntityCategory) = Nothing, Optional defaultLanguageCode As NamedEntityRecognitionSkillLanguage = Nothing, Optional minimumPrecision As Nullable(Of Double) = Nothing)
Parameter
- inputs
- IList<InputFieldMappingEntry>
Eingaben der Skills können eine Spalte im Quelldataset oder die Ausgabe eines Upstream Skills sein.
- outputs
- IList<OutputFieldMappingEntry>
Die Ausgabe einer Qualifikation ist entweder ein Feld in einem Suchindex oder ein Wert, der von einem anderen Skill als Eingabe verwendet werden kann.
- description
- String
Die Beschreibung des Skills, die die Eingaben, Ausgaben und Verwendung des Skills beschreibt.
- context
- String
Stellt die Ebene dar, auf der Vorgänge ausgeführt werden, z. B. den Dokumentstamm- oder Dokumentinhalt (z. B. /document oder /document/content).
- categories
- IList<NamedEntityCategory>
Eine Liste benannter Entitätskategorien.
- defaultLanguageCode
- NamedEntityRecognitionSkillLanguage
Ein -Wert, der angibt, welcher Sprachcode verwendet werden soll. Der Standardwert ist en.
Ein Wert zwischen 0 und 1, um die Konfidenz der Ergebnisse anzugeben.
Gilt für:
Azure SDK for .NET