Class GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult
Information about the products similar to a single product in a query image.
Inheritance
System.Object
GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult : IDirectResponseSchema
Properties
BoundingPoly
The bounding polygon around the product detected in the query image.
Declaration
[JsonProperty("boundingPoly")]
public virtual GoogleCloudVisionV1p4beta1BoundingPoly BoundingPoly { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudVisionV1p4beta1BoundingPoly |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ObjectAnnotations
List of generic predictions for the object in the bounding box.
Declaration
[JsonProperty("objectAnnotations")]
public virtual IList<GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation> ObjectAnnotations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation> |
Results
List of results, one for each product match.
Declaration
[JsonProperty("results")]
public virtual IList<GoogleCloudVisionV1p4beta1ProductSearchResultsResult> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<GoogleCloudVisionV1p4beta1ProductSearchResultsResult> |