Class CropHintsAnnotation (3.1.0)

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.

Inheritance

Object > CropHintsAnnotation

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

CropHintsAnnotation()

public CropHintsAnnotation()

CropHintsAnnotation(CropHintsAnnotation)

public CropHintsAnnotation(CropHintsAnnotation other)
Parameter
NameDescription
otherCropHintsAnnotation

Properties

CropHints

public RepeatedField<CropHint> CropHints { get; }

Crop hint results.

Property Value
TypeDescription
RepeatedField<CropHint>