Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImagePropertiesSuggestionState

import type { ImagePropertiesSuggestionState } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A mask that indicates which of the fields on the base ImageProperties have been changed in this suggestion. For any field set to true, there's a new suggested value.

interface ImagePropertiesSuggestionState {
angleSuggested?: boolean;
brightnessSuggested?: boolean;
contentUriSuggested?: boolean;
contrastSuggested?: boolean;
cropPropertiesSuggestionState?: CropPropertiesSuggestionState;
sourceUriSuggested?: boolean;
transparencySuggested?: boolean;
}

§Properties

§
angleSuggested?: boolean
[src]

Indicates if there was a suggested change to angle.

§
brightnessSuggested?: boolean
[src]

Indicates if there was a suggested change to brightness.

§
contentUriSuggested?: boolean
[src]

Indicates if there was a suggested change to content_uri.

§
contrastSuggested?: boolean
[src]

Indicates if there was a suggested change to contrast.

§
cropPropertiesSuggestionState?: CropPropertiesSuggestionState
[src]

A mask that indicates which of the fields in crop_properties have been changed in this suggestion.

§
sourceUriSuggested?: boolean
[src]

Indicates if there was a suggested change to source_uri.

§
transparencySuggested?: boolean
[src]

Indicates if there was a suggested change to transparency.