Show / Hide Table of Contents

Class GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult

Information about the products similar to a single product in a query image.

Inheritance
object
GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult : IDirectResponseSchema

Properties

BoundingPoly

The bounding polygon around the product detected in the query image.

Declaration
[JsonProperty("boundingPoly")]
public virtual GoogleCloudVisionV1p1beta1BoundingPoly BoundingPoly { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p1beta1BoundingPoly

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ObjectAnnotations

List of generic predictions for the object in the bounding box.

Declaration
[JsonProperty("objectAnnotations")]
public virtual IList<GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation> ObjectAnnotations { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation>

Results

List of results, one for each product match.

Declaration
[JsonProperty("results")]
public virtual IList<GoogleCloudVisionV1p1beta1ProductSearchResultsResult> Results { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p1beta1ProductSearchResultsResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX