We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4105dd7 commit 323978fCopy full SHA for 323978f
articles/cognitive-services/bing-visual-search/concepts/sending-queries.md
@@ -124,12 +124,14 @@ You can optionally set the `enableEntityData` attribute in the header to `true`
124
Content-Disposition: form-data; name="knowledgeRequest"
125
126
{
127
- "imageInfo" : {
128
- "url" : "https://contoso.com/2018/05/fashion/red.jpg"
129
- }
+ "imageInfo" : {
+ "url" : "https://contoso.com/2018/05/fashion/red.jpg"
+ },
130
+ "knowledgeRequest" : {
131
"invokedSkillsRequestData" : {
132
"enableEntityData" : "true"
133
}
134
+ }
135
136
137
--boundary_1234-abcd--
0 commit comments