vision  v1
Properties | List of all members
Google.Apis.Vision.v1.Data.WebDetection Class Reference

Relevant information for the image from the Internet. More...

Inheritance diagram for Google.Apis.Vision.v1.Data.WebDetection:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< WebLabelBestGuessLabels [get, set]
 The service's best guess as to the topic of the request image. Inferred from similar images on the open web. More...
 
virtual System.Collections.Generic.IList< WebImageFullMatchingImages [get, set]
 Fully matching images from the Internet. Can include resized copies of the query image. More...
 
virtual System.Collections.Generic.IList< WebPagePagesWithMatchingImages [get, set]
 Web pages containing the matching images from the Internet. More...
 
virtual System.Collections.Generic.IList< WebImagePartialMatchingImages [get, set]
 Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops. More...
 
virtual System.Collections.Generic.IList< WebImageVisuallySimilarImages [get, set]
 The visually similar image results. More...
 
virtual System.Collections.Generic.IList< WebEntityWebEntities [get, set]
 Deduced entities from similar images on the Internet. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Relevant information for the image from the Internet.

Property Documentation

◆ BestGuessLabels

virtual System.Collections.Generic.IList<WebLabel> Google.Apis.Vision.v1.Data.WebDetection.BestGuessLabels
getset

The service's best guess as to the topic of the request image. Inferred from similar images on the open web.

◆ ETag

virtual string Google.Apis.Vision.v1.Data.WebDetection.ETag
getset

The ETag of the item.

◆ FullMatchingImages

virtual System.Collections.Generic.IList<WebImage> Google.Apis.Vision.v1.Data.WebDetection.FullMatchingImages
getset

Fully matching images from the Internet. Can include resized copies of the query image.

◆ PagesWithMatchingImages

virtual System.Collections.Generic.IList<WebPage> Google.Apis.Vision.v1.Data.WebDetection.PagesWithMatchingImages
getset

Web pages containing the matching images from the Internet.

◆ PartialMatchingImages

virtual System.Collections.Generic.IList<WebImage> Google.Apis.Vision.v1.Data.WebDetection.PartialMatchingImages
getset

Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.

◆ VisuallySimilarImages

virtual System.Collections.Generic.IList<WebImage> Google.Apis.Vision.v1.Data.WebDetection.VisuallySimilarImages
getset

The visually similar image results.

◆ WebEntities

virtual System.Collections.Generic.IList<WebEntity> Google.Apis.Vision.v1.Data.WebDetection.WebEntities
getset

Deduced entities from similar images on the Internet.


The documentation for this class was generated from the following file: