Class ProductSearchResults.Types.GroupedResult (2.4.0)

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

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(ProductSearchResults.Types.GroupedResult)

public GroupedResult(ProductSearchResults.Types.GroupedResult other)
Parameter
NameDescription
otherProductSearchResults.Types.GroupedResult

Properties

BoundingPoly

public BoundingPoly BoundingPoly { get; set; }

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

Property Value
TypeDescription
BoundingPoly

ObjectAnnotations

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

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

Property Value
TypeDescription
RepeatedField<ProductSearchResults.Types.ObjectAnnotation>

Results

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

List of results, one for each product match.

Property Value
TypeDescription
RepeatedField<ProductSearchResults.Types.Result>