Class: Google::Cloud::Vision::V1p3beta1::Property
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::Property
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/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.
350 351 352 353 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 350 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |