Class: Google::Cloud::Vision::V1p3beta1::ImageProperties

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb

Overview

Stores image properties, such as dominant colors.

Instance Attribute Summary collapse

Instance Attribute Details

#dominant_colors::Google::Cloud::Vision::V1p3beta1::DominantColorsAnnotation

Returns If present, dominant colors completed successfully.

Returns:



500
501
502
503
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 500

class ImageProperties
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end