Google Docs に戻る

Google Docs (Google) と Knoon AI を接続して AI ワークフローを自動化します。

Get structural elements for a specified index range in a Google Docs document.
googleDocsGetContentRange
ベータ
権限
  • https://www.googleapis.com/auth/drive.file
オプション権限
  • https://www.googleapis.com/auth/drive
パラメータ
名前タイプ説明必須
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.はい
返品
名前タイプ説明
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.