public sealed class CropHintsAnnotation : IMessage<CropHintsAnnotation>, IEquatable<CropHintsAnnotation>, IDeepCloneable<CropHintsAnnotation>, IBufferMessage, IMessage
Set of crop hints that are used to generate new crops when serving images.
Implements
IMessage<CropHintsAnnotation>, IEquatable<CropHintsAnnotation>, IDeepCloneable<CropHintsAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
CropHintsAnnotation()
public CropHintsAnnotation()
CropHintsAnnotation(CropHintsAnnotation)
public CropHintsAnnotation(CropHintsAnnotation other)
Parameter | |
---|---|
Name | Description |
other | CropHintsAnnotation |
Properties
CropHints
public RepeatedField<CropHint> CropHints { get; }
Crop hint results.
Property Value | |
---|---|
Type | Description |
RepeatedField<CropHint> |