public sealed class AnnotateImageRequest : IMessage<AnnotateImageRequest>, IEquatable<AnnotateImageRequest>, IDeepCloneable<AnnotateImageRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class AnnotateImageRequest.
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information.
Implements
IMessageAnnotateImageRequest, IEquatableAnnotateImageRequest, IDeepCloneableAnnotateImageRequest, 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 |
RepeatedFieldFeature |
|
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 |
|