KnowledgeRequest Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.visualsearch.models.KnowledgeRequest

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.

KnowledgeRequest 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