Google Cloud Vision v1 API - Class Property (3.6.0)

public sealed class Property : IMessage<Property>, IEquatable<Property>, IDeepCloneable<Property>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class Property.

A Property consists of a user-supplied name/value pair.

Inheritance

object > Property

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

Property()

public Property()

Property(Property)

public Property(Property other)
Parameter
NameDescription
otherProperty

Properties

Name

public string Name { get; set; }

Name of the property.

Property Value
TypeDescription
string

Uint64Value

public ulong Uint64Value { get; set; }

Value of numeric properties.

Property Value
TypeDescription
ulong

Value

public string Value { get; set; }

Value of the property.

Property Value
TypeDescription
string