Class: Google::Shopping::Merchant::Accounts::V1::AutomaticImageImprovements

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb

Overview

This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: Automatic image improvements

Defined Under Namespace

Classes: ImageImprovementsAccountLevelSettings

Instance Attribute Summary collapse

Instance Attribute Details

#account_image_improvements_settings::Google::Shopping::Merchant::Accounts::V1::AutomaticImageImprovements::ImageImprovementsAccountLevelSettings



167
168
169
170
171
172
173
174
175
176
177
178
179
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 167

class AutomaticImageImprovements
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Settings for the Automatic Image Improvements.
  # @!attribute [rw] allow_automatic_image_improvements
  #   @return [::Boolean]
  #     Enables automatic image improvements.
  class ImageImprovementsAccountLevelSettings
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#effective_allow_automatic_image_improvements::Boolean (readonly)



167
168
169
170
171
172
173
174
175
176
177
178
179
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 167

class AutomaticImageImprovements
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Settings for the Automatic Image Improvements.
  # @!attribute [rw] allow_automatic_image_improvements
  #   @return [::Boolean]
  #     Enables automatic image improvements.
  class ImageImprovementsAccountLevelSettings
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end