Skip to content

Commit cbec0be

Browse files
committed
Fix image path -> YOUR-IMAGE-FILE.jpg
1 parent 26e91e2 commit cbec0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Search/BingImageSearchPostv7.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Program
1818
const string uriBase = "https://api.cognitive.microsoft.com/bing/v7.0/images/details";
1919

2020
// The image to upload. Replace with your file and path.
21-
const string imageFile = @"C:\Users\v-gedod\Pictures\dodaro.jpg"; // "ansel-adams-tetons-snake-river.jpg";
21+
const string imageFile = @"C:\Users\YOUR-IMAGE-FILE.jpg"; ;
2222

2323
// Used to return image results including relevant headers
2424
struct SearchResult

0 commit comments

Comments
 (0)