VisualSearchRequest Class
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.
A JSON object that contains information about the image to get insights of. Specify this object only in a knowledgeRequest form data.
public class VisualSearchRequest
type VisualSearchRequest = class
Public Class VisualSearchRequest
- Inheritance
-
VisualSearchRequest
Constructors
VisualSearchRequest() |
Initializes a new instance of the VisualSearchRequest class. |
VisualSearchRequest(ImageInfo, KnowledgeRequest) |
Initializes a new instance of the VisualSearchRequest class. |
Properties
ImageInfo |
Gets or sets a JSON object that identities the image to get insights of. |
KnowledgeRequest |
Gets or sets a JSON object containing information about the request, such as filters, or a description. |
Methods
Validate() |
Validate the object. |