Skip to content

Commit 323978f

Browse files
committed
updating snippet
1 parent 4105dd7 commit 323978f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/cognitive-services/bing-visual-search/concepts/sending-queries.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,14 @@ You can optionally set the `enableEntityData` attribute in the header to `true`
124124
Content-Disposition: form-data; name="knowledgeRequest"
125125
126126
{
127-
"imageInfo" : {
128-
"url" : "https://contoso.com/2018/05/fashion/red.jpg"
129-
}
127+
"imageInfo" : {
128+
"url" : "https://contoso.com/2018/05/fashion/red.jpg"
129+
},
130+
"knowledgeRequest" : {
130131
"invokedSkillsRequestData" : {
131132
"enableEntityData" : "true"
132133
}
134+
}
133135
}
134136
135137
--boundary_1234-abcd--

0 commit comments

Comments
 (0)