KnowledgeRequest 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
KnowledgeRequest() |
Initializes a new instance of the KnowledgeRequest class. |
KnowledgeRequest(Filters) |
Initializes a new instance of the KnowledgeRequest class. |
KnowledgeRequest()
Initializes a new instance of the KnowledgeRequest class.
public KnowledgeRequest ();
Public Sub New ()
Applies to
KnowledgeRequest(Filters)
Initializes a new instance of the KnowledgeRequest class.
public KnowledgeRequest (Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Filters filters = default);
new Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.KnowledgeRequest : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Filters -> Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.KnowledgeRequest
Public Sub New (Optional filters As Filters = Nothing)
Parameters
- filters
- Filters
A key-value object consisting of filters that may be specified to limit the results returned by the API.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET