Interface RemoveImageBackgroundConfigOrBuilder (0.10.0)

public interface RemoveImageBackgroundConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackgroundColor()

public abstract RgbColor getBackgroundColor()

Optional. If set, the result of background removal will be an RGB image with this given color as the background, instead of an RGBA 4-channel transparent image.

.google.shopping.merchant.productstudio.v1alpha.RgbColor background_color = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RgbColor

The backgroundColor.

getBackgroundColorOrBuilder()

public abstract RgbColorOrBuilder getBackgroundColorOrBuilder()

Optional. If set, the result of background removal will be an RGB image with this given color as the background, instead of an RGBA 4-channel transparent image.

.google.shopping.merchant.productstudio.v1alpha.RgbColor background_color = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RgbColorOrBuilder

hasBackgroundColor()

public abstract boolean hasBackgroundColor()

Optional. If set, the result of background removal will be an RGB image with this given color as the background, instead of an RGBA 4-channel transparent image.

.google.shopping.merchant.productstudio.v1alpha.RgbColor background_color = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the backgroundColor field is set.