public sealed class CropHintsAnnotation : IMessage<CropHintsAnnotation>, IEquatable<CropHintsAnnotation>, IDeepCloneable<CropHintsAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class CropHintsAnnotation.
Set of crop hints that are used to generate new crops when serving images.
Implements
IMessageCropHintsAnnotation, IEquatableCropHintsAnnotation, IDeepCloneableCropHintsAnnotation, 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 |
RepeatedFieldCropHint |