Class GroupedResult
Information about the products similar to a single product in a query image.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GroupedResult : IDirectResponseSchema
Properties
BoundingPoly
The bounding polygon around the product detected in the query image.
Declaration
[JsonProperty("boundingPoly")]
public virtual BoundingPoly BoundingPoly { get; set; }
Property Value
Type | Description |
---|---|
BoundingPoly |
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<ObjectAnnotation> ObjectAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<ObjectAnnotation> |
Results
List of results, one for each product match.
Declaration
[JsonProperty("results")]
public virtual IList<Result> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<Result> |