public sealed class Property : IMessage<Property>, IEquatable<Property>, IDeepCloneable<Property>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class Property.
A Property consists of a user-supplied name/value pair.
Namespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
Property()
public Property()Property(Property)
public Property(Property other)| Parameter | |
|---|---|
| Name | Description |
other |
Property |
Properties
Name
public string Name { get; set; }Name of the property.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uint64Value
public ulong Uint64Value { get; set; }Value of numeric properties.
| Property Value | |
|---|---|
| Type | Description |
ulong |
|
Value
public string Value { get; set; }Value of the property.
| Property Value | |
|---|---|
| Type | Description |
string |
|