public sealed class AnnotateImageRequest : IMessage<AnnotateImageRequest>, IEquatable<AnnotateImageRequest>, IDeepCloneable<AnnotateImageRequest>, IBufferMessage, IMessage
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information.
Implements
IMessage<AnnotateImageRequest>, IEquatable<AnnotateImageRequest>, IDeepCloneable<AnnotateImageRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
AnnotateImageRequest()
public AnnotateImageRequest()
AnnotateImageRequest(AnnotateImageRequest)
public AnnotateImageRequest(AnnotateImageRequest other)
Parameter | |
---|---|
Name | Description |
other | AnnotateImageRequest |
Properties
Features
public RepeatedField<Feature> Features { get; }
Requested features.
Property Value | |
---|---|
Type | Description |
RepeatedField<Feature> |
Image
public Image Image { get; set; }
The image to be processed.
Property Value | |
---|---|
Type | Description |
Image |
ImageContext
public ImageContext ImageContext { get; set; }
Additional context that may accompany the image.
Property Value | |
---|---|
Type | Description |
ImageContext |