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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET