public sealed class Property : IMessage<Property>, IEquatable<Property>, IDeepCloneable<Property>, IBufferMessage, IMessageA Property consists of a user-supplied name/value pair.
Implements
IMessage<Property>, IEquatable<Property>, IDeepCloneable<Property>, IBufferMessage, IMessageNamespace
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 |
UInt64 |
|
Value
public string Value { get; set; }Value of the property.
| Property Value | |
|---|---|
| Type | Description |
String |
|