Google Slides · Schema

ReplaceImageRequest

Replaces an existing image with a new image.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
imageObjectId string The ID of the existing image that will be replaced.
url string The URL of the new image.
imageReplaceMethod string The replace method.
View JSON Schema on GitHub

JSON Schema

google-slides-replace-image-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceImageRequest",
  "type": "object",
  "description": "Replaces an existing image with a new image.",
  "properties": {
    "imageObjectId": {
      "type": "string",
      "description": "The ID of the existing image that will be replaced."
    },
    "url": {
      "type": "string",
      "description": "The URL of the new image."
    },
    "imageReplaceMethod": {
      "type": "string",
      "description": "The replace method."
    }
  }
}