Πίσω στο Google Docs

Σύνδεση Knoon AI με Google Docs (Google) για αυτοματοποίηση ροών εργασίας 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.