Class: Google::Cloud::Vision::V1::Property
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::Property
- 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
-
#name ⇒ String
Name of the property.
-
#uint64_value ⇒ Integer
Value of numeric properties.
-
#value ⇒ String
Value of the property.
Instance Attribute Details
#name ⇒ String
Returns Name of the property.
323 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 323 class Property; end |
#uint64_value ⇒ Integer
Returns Value of numeric properties.
323 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 323 class Property; end |
#value ⇒ String
Returns Value of the property.
323 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 323 class Property; end |