Google Apps Script API
    Preparing search index...
    interface ImagePropertiesSuggestionState {
        angleSuggested?: boolean;
        brightnessSuggested?: boolean;
        contentUriSuggested?: boolean;
        contrastSuggested?: boolean;
        cropPropertiesSuggestionState?: CropPropertiesSuggestionState;
        sourceUriSuggested?: boolean;
        transparencySuggested?: boolean;
    }
    Index

    Properties

    angleSuggested?: boolean
    brightnessSuggested?: boolean
    contentUriSuggested?: boolean
    contrastSuggested?: boolean
    cropPropertiesSuggestionState?: CropPropertiesSuggestionState
    sourceUriSuggested?: boolean
    transparencySuggested?: boolean