Contenuti del file, rappresentati come un flusso di byte. Nota: come per tutti i campi bytes, i protobuffer utilizzano una rappresentazione binaria pura, mentre le rappresentazioni JSON utilizzano base64.
Al momento, questo campo funziona solo per le richieste files.annotate. Non funziona per le richieste files.asyncBatchAnnotate.
Una stringa con codifica Base64.
mimeType
string
Il tipo di file. Al momento sono supportati solo "application/pdf", "image/tiff" e "image/gif". I caratteri jolly non sono supportati.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]