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. |