Konten file, direpresentasikan sebagai aliran byte. Catatan: Seperti semua kolom bytes, protobuffer menggunakan representasi biner murni, sedangkan representasi JSON menggunakan base64.
Saat ini, kolom ini hanya berfungsi untuk permintaan files.annotate. Kode ini tidak berfungsi untuk permintaan files.asyncBatchAnnotate.
String berenkode base64.
mimeType
string
Jenis file. Saat ini, hanya "aplikasi/pdf", "gambar/tiff", dan "gambar/gif" yang didukung. Karakter pengganti tidak didukung.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]