חזרה אל Google Docs
התחבר ל-Knoon AI עם Google Docs (Google) כדי לאוטומטי תהליכי עבודה של AI.
Get structural elements for a specified index range in a Google Docs document.
googleDocsGetContentRange
בטא
הרשאות
הרשאות אופציונליות
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| documentId | file | Select the Google Docs document to read from. | כן |
| startIndex | mustache | Document start index (inclusive) of the range to read. Uses the Docs API document index (UTF-16 code units). | כן |
| endIndex | mustache | Document end index (exclusive) of the range to read. Must be greater than startIndex. | כן |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| status | string | DONE. |
| content | array | Array of StructuralElement objects in the requested index range, as returned by the Docs API body/tabs.body.content. |
| startIndex | number | Start index used for the range. |
| endIndex | number | End index used for the range. |
| sensitive.documentId | string | ID of the document that was read. |