Quay lại Google Docs

Kết nối Knoon AI với Google Docs (Google) để tự động hóa các quy trình làm việc AI.

Get structural elements for a specified index range in a Google Docs document.
googleDocsGetContentRange
BẢN THỬ NGHIỆM
Quyền hạn
  • https://www.googleapis.com/auth/drive.file
Quyền hạn tùy chọn
  • https://www.googleapis.com/auth/drive
Tham số
TênLoạiMô tảBắt buộc
documentIdfile Select the Google Docs document to read from.
startIndexmustache Document start index (inclusive) of the range to read. Uses the Docs API document index (UTF-16 code units).
endIndexmustache Document end index (exclusive) of the range to read. Must be greater than startIndex.
Trả về
TênLoạiMô tả
statusstring DONE.
contentarray Array of StructuralElement objects in the requested index range, as returned by the Docs API body/tabs.body.content.
startIndexnumber Start index used for the range.
endIndexnumber End index used for the range.
sensitive.documentIdstring ID of the document that was read.