ย้อนกลับไปยัง 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. |