Google Apps Script API
    Preparing search index...
    interface ImageProperties {
        angle?: number;
        brightness?: number;
        contentUri?: string;
        contrast?: number;
        cropProperties?: GoogleAppsScript.Docs.Schema.CropProperties;
        sourceUri?: string;
        transparency?: number;
    }
    Index

    Properties

    angle?: number
    brightness?: number
    contentUri?: string
    contrast?: number
    sourceUri?: string
    transparency?: number