Google Slides · Schema

ReplaceAllShapesWithImageRequest

Replaces all shapes that match the given criteria with the provided image.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
imageUrl string The image URL.
imageReplaceMethod string The image replace method.
pageObjectIds array If non-empty, limits to the given pages.
View JSON Schema on GitHub

JSON Schema

google-slides-replace-all-shapes-with-image-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceAllShapesWithImageRequest",
  "type": "object",
  "description": "Replaces all shapes that match the given criteria with the provided image.\n",
  "properties": {
    "imageUrl": {
      "type": "string",
      "description": "The image URL."
    },
    "imageReplaceMethod": {
      "type": "string",
      "description": "The image replace method."
    },
    "pageObjectIds": {
      "type": "array",
      "description": "If non-empty, limits to the given pages."
    }
  }
}