Google Cloud Vision v1 API - Class ProductSearchResults.Types.GroupedResult (3.6.0)

public sealed class ProductSearchResults.Types.GroupedResult : IMessage<ProductSearchResults.Types.GroupedResult>, IEquatable<ProductSearchResults.Types.GroupedResult>, IDeepCloneable<ProductSearchResults.Types.GroupedResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class ProductSearchResults.Types.GroupedResult.

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

Inheritance

object > ProductSearchResults.Types.GroupedResult

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

GroupedResult()

public GroupedResult()

GroupedResult(GroupedResult)

public GroupedResult(ProductSearchResults.Types.GroupedResult other)
Parameter
Name Description
other ProductSearchResultsTypesGroupedResult

Properties

BoundingPoly

public BoundingPoly BoundingPoly { get; set; }

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

Property Value
Type Description
BoundingPoly

ObjectAnnotations

public RepeatedField<ProductSearchResults.Types.ObjectAnnotation> ObjectAnnotations { get; }

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

Property Value
Type Description
RepeatedFieldProductSearchResultsTypesObjectAnnotation

Results

public RepeatedField<ProductSearchResults.Types.Result> Results { get; }

List of results, one for each product match.

Property Value
Type Description
RepeatedFieldProductSearchResultsTypesResult