KnowledgeRequest Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. KnowledgeRequest
- com.
public class KnowledgeRequest
A JSON object containing information about the request, such as filters for the resulting actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
Filters |
filters()
Get the filters value. |
Knowledge |
withFilters(Filters filters)
Set the filters value. |
Method Details
filters
public Filters filters()
Get the filters value.
Returns:
the filters value
withFilters
public KnowledgeRequest withFilters(Filters filters)
Set the filters value.
Parameters:
filters
- the filters value to set
Returns:
the KnowledgeRequest object itself.
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 Java