Class: Google::Cloud::Vision::V1::Property

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Name of the property.

Returns:

  • (String)

    Name of the property.



331
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 331

class Property; end

#uint64_valueInteger

Returns Value of numeric properties.

Returns:

  • (Integer)

    Value of numeric properties.



331
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 331

class Property; end

#valueString

Returns Value of the property.

Returns:

  • (String)

    Value of the property.



331
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 331

class Property; end