Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ImageResult.cs 342 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. namespace SimilarProducts.Services
  2. {
  3. public class ImageResult
  4. {
  5. public string HostPageDisplayUrl { get; set; }
  6. public string HostPageUrl { get; set; }
  7. public string Name { get; set; }
  8. public string ThumbnailUrl { get; set; }
  9. public string WebSearchUrl { get; set; }
  10. }
  11. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...