Google Slides · Schema

ReplaceAllShapesWithImageResponse

The result of replacing shapes with an image.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
occurrencesChanged integer The number of shapes replaced.
View JSON Schema on GitHub

JSON Schema

google-slides-replace-all-shapes-with-image-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceAllShapesWithImageResponse",
  "type": "object",
  "description": "The result of replacing shapes with an image.",
  "properties": {
    "occurrencesChanged": {
      "type": "integer",
      "description": "The number of shapes replaced."
    }
  }
}