Class GoogleCloudVisionV1p1beta1Image
Client image to perform Google Cloud Vision API tasks over.
Inheritance
System.Object
GoogleCloudVisionV1p1beta1Image
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p1beta1Image : IDirectResponseSchema
Properties
Content
Image content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use
a pure binary representation, whereas JSON representations use base64. Currently, this field only works for
BatchAnnotateImages requests. It does not work for AsyncBatchAnnotateImages requests.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Source
Google Cloud Storage image location, or publicly-accessible image URL. If both content and
source are provided for an image, content takes precedence and is used to perform the image annotation
request.
Declaration
[JsonProperty("source")]
public virtual GoogleCloudVisionV1p1beta1ImageSource Source { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudVisionV1p1beta1ImageSource |