Google Cloud Vision v1 API - Class CropHintsAnnotation (3.6.0)

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.

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
RepeatedFieldCropHint