Cloud Vision V1 API - Class Google::Cloud::Vision::V1::Property (v0.15.0)

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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Name of the property.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the property.
Returns
  • (::String) — Name of the property.

#uint64_value

def uint64_value() -> ::Integer
Returns
  • (::Integer) — Value of numeric properties.

#uint64_value=

def uint64_value=(value) -> ::Integer
Parameter
  • value (::Integer) — Value of numeric properties.
Returns
  • (::Integer) — Value of numeric properties.

#value

def value() -> ::String
Returns
  • (::String) — Value of the property.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Value of the property.
Returns
  • (::String) — Value of the property.