Dateiinhalt, dargestellt als ein Bytestream. Hinweis: Wie bei allen bytes-Feldern verwenden auch Protokollpuffer eine reine Binärdarstellung, während JSON-Darstellungen Base64 verwenden.
Derzeit funktioniert dieses Feld nur für files.annotate-Anfragen. Sie funktioniert nicht bei files.asyncBatchAnnotate-Anfragen.
Ein base64-codierter String.
mimeType
string
Der Typ der Datei. Im Moment werden nur „application/pdf“, „image/tiff“ und „image/gif“ unterstützt. Platzhalter werden nicht unterstützt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-16 (UTC)."],[[["The `content` field represents the file's content as a stream of bytes, encoded in base64 for JSON representation."],["The `mimeType` field specifies the file type, with only \"application/pdf\", \"image/tiff\", and \"image/gif\" currently supported."],["The `content` field is only applicable for `files.annotate` requests and does not work for `files.asyncBatchAnnotate` requests."],["The `content` field requires a string in base64-encoded format, with a binary representation for protocol buffers."]]],[]]