FeaturesResponseObject Constructors
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.
Overloads
FeaturesResponseObject() | |
FeaturesResponseObject(IList<PhraseListFeatureInfo>, IList<PatternFeatureInfo>) |
FeaturesResponseObject()
- Source:
- FeaturesResponseObject.cs
- Source:
- FeaturesResponseObject.cs
public FeaturesResponseObject ();
Public Sub New ()
Applies to
FeaturesResponseObject(IList<PhraseListFeatureInfo>, IList<PatternFeatureInfo>)
- Source:
- FeaturesResponseObject.cs
- Source:
- FeaturesResponseObject.cs
public FeaturesResponseObject (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo> phraselistFeatures = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo> patternFeatures = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.FeaturesResponseObject : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternFeatureInfo> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.FeaturesResponseObject
Public Sub New (Optional phraselistFeatures As IList(Of PhraseListFeatureInfo) = Nothing, Optional patternFeatures As IList(Of PatternFeatureInfo) = Nothing)
Parameters
- phraselistFeatures
- IList<PhraseListFeatureInfo>
- patternFeatures
- IList<PatternFeatureInfo>
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET