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.



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

class Property; end

#valueString

Returns Value of the property.

Returns:

  • (String)

    Value of the property.



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

class Property; end