Show / Hide Table of Contents

Class AutomaticImageImprovements

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

Inheritance
object
AutomaticImageImprovements
Implements
IMessage<AutomaticImageImprovements>
IEquatable<AutomaticImageImprovements>
IDeepCloneable<AutomaticImageImprovements>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class AutomaticImageImprovements : IMessage<AutomaticImageImprovements>, IEquatable<AutomaticImageImprovements>, IDeepCloneable<AutomaticImageImprovements>, IBufferMessage, IMessage

Constructors

AutomaticImageImprovements()

Declaration
public AutomaticImageImprovements()

AutomaticImageImprovements(AutomaticImageImprovements)

Declaration
public AutomaticImageImprovements(AutomaticImageImprovements other)
Parameters
Type Name Description
AutomaticImageImprovements other

Properties

AccountImageImprovementsSettings

Optional. Determines how the images should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.

Declaration
public AutomaticImageImprovements.Types.ImageImprovementsAccountLevelSettings AccountImageImprovementsSettings { get; set; }
Property Value
Type Description
AutomaticImageImprovements.Types.ImageImprovementsAccountLevelSettings

EffectiveAllowAutomaticImageImprovements

Output only. The effective value of allow_automatic_image_improvements. If account_image_improvements_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.

Declaration
public bool EffectiveAllowAutomaticImageImprovements { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX