Class GoogleCloudVisionV1p3beta1Property
A Property
consists of a user-supplied name/value pair.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p3beta1Property : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the property.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Uint64Value
Value of numeric properties.
Declaration
[JsonProperty("uint64Value")]
public virtual ulong? Uint64Value { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Value
Value of the property.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |