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.

Constructor Summary

Constructor Description
KnowledgeRequest()

Method Summary

Modifier and Type Method and Description
Filters filters()

Get the filters value.

KnowledgeRequest withFilters(Filters filters)

Set the filters value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

KnowledgeRequest

public KnowledgeRequest()

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