इंटरफ़ेस दस्तावेज़ ऑब्जेक्ट
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
DocumentObject
एक ऐसा इंटरफ़ेस है जो चुने गए आइटम की विशेषताओं के बारे में बताता है.
हस्ताक्षर
interface DocumentObject
प्रॉपर्टी के हस्ताक्षर
नाम |
ब्यौरा |
addressLines |
(अब सेवा में नहीं है) |
audience |
(अब सेवा में नहीं है) |
description |
चुने गए आइटम के बारे में, उपयोगकर्ता की ओर से दी गई जानकारी. |
downloadUrl |
यह आइटम डाउनलोड करने के लिए यूआरएल. |
driveError |
Google Drive में दस्तावेज़ को पहले से खोलने के अनुरोध का गड़बड़ी का कोड. |
driveSuccess |
दस्तावेज़ को Google Drive में पहले से खोलने का अनुरोध पूरा हुआ या नहीं. |
duration |
चुने गए वीडियो की अवधि. |
embedUrl |
इस आइटम का ऐसा यूआरएल जो वेब पेज में जोड़ा जा सकता है. |
iconUrl |
इस आइटम के आइकॉन का यूआरएल. |
id |
चुने गए आइटम का आईडी. |
isNew |
चुना गया आइटम अभी-अभी अपलोड होने पर, 'सही है' दिखाता है. |
isShared |
आइटम शेयर किया गया है या नहीं. |
lastEditedUtc |
इस टाइमस्टैंप से पता चलता है कि इस आइटम में पिछली बार कब बदलाव किया गया था. |
latitude |
चुने गए आइटम का अक्षांश. |
longitude |
चुने गए आइटम का देशांतर. |
mimeType |
इस आइटम का MIME टाइप. |
name |
इस आइटम का नाम. |
organizationDisplayName |
मालिकाना हक रखने वाले संगठन का डिसप्ले नेम. |
parentId |
इस आइटम का पैरंट आईडी. उदाहरण के लिए, वह फ़ोल्डर जिसमें यह फ़ाइल मौजूद है. |
phoneNumbers |
चुने गए आइटम के फ़ोन नंबर. |
resourceKey |
आइटम के लिए संसाधन कुंजी, अगर मौजूद हो. अगर ऐसा नहीं है, तो खाली स्ट्रिंग |
rotation |
(अब काम नहीं करता) |
rotationDegree |
(अब काम नहीं करता) |
serviceId |
इस आइटम को चुनने के लिए इस्तेमाल की गई सेवा का आईडी. |
sizeBytes |
चुने गए आइटम का साइज़, बाइट में. पिकर सेशन के दौरान आइटम अपलोड करने पर, वैल्यू नहीं मिलती. |
thumbnails |
Thumbnail का कलेक्शन, जो किसी फ़ोटो या वीडियो के एट्रिब्यूट के बारे में बताता है. अगर चुने गए आइटम Google Drive में मौजूद हैं, तो थंबनेल नहीं दिखाए जाते. |
type |
चुने गए आइटम का टाइप. |
uploadId |
अपलोड सेशन में आइटम का क्रम. |
uploadState |
अपलोड की स्थिति. |
url |
इस आइटम का यूआरएल. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Interface DocumentObject\n\n`DocumentObject` is an interface describing the attributes of a selected item.\n\nSignature\n---------\n\n interface DocumentObject\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [~~`addressLines`~~](./picker.documentobject.addresslines) | *(Deprecated)* |\n| [~~`audience`~~](./picker.documentobject.audience) | *(Deprecated)* |\n| [`description`](./picker.documentobject.description) | A user-contributed description of the selected item. |\n| [`downloadUrl`](./picker.documentobject.downloadurl) | A URL to download this item. |\n| [`driveError`](./picker.documentobject.driveerror) | The error code for the request to pre-open the document in Google Drive. |\n| [`driveSuccess`](./picker.documentobject.drivesuccess) | Whether the request to pre-open the document in Google Drive was successful. |\n| [`duration`](./picker.documentobject.duration) | The duration of a selected video. |\n| [`embedUrl`](./picker.documentobject.embedurl) | A URL for this item suitable for embedding in a web page. |\n| [`iconUrl`](./picker.documentobject.iconurl) | A URL to an icon for this item. |\n| [`id`](./picker.documentobject.id) | The ID for the selected item. |\n| [`isNew`](./picker.documentobject.isnew) | Returns true if the selected item was just uploaded. |\n| [`isShared`](./picker.documentobject.isshared) | Whether the item is shared. |\n| [`lastEditedUtc`](./picker.documentobject.lasteditedutc) | The timestamp describing when this item was last edited. |\n| [`latitude`](./picker.documentobject.latitude) | The latitude of the selected item. |\n| [`longitude`](./picker.documentobject.longitude) | The longitude of the selected item. |\n| [`mimeType`](./picker.documentobject.mimetype) | The MIME type of this item. |\n| [`name`](./picker.documentobject.name) | The name of this item. |\n| [`organizationDisplayName`](./picker.documentobject.organizationdisplayname) | Display name for the owning organization. |\n| [`parentId`](./picker.documentobject.parentid) | The parent ID of this item. For example, the folder containing this file. |\n| [`phoneNumbers`](./picker.documentobject.phonenumbers) | The phone numbers of the selected item. |\n| [`resourceKey`](./picker.documentobject.resourcekey) | The resource key for the item, if present. Empty string otherwise |\n| [~~`rotation`~~](./picker.documentobject.rotation) | *(Deprecated)* |\n| [~~`rotationDegree`~~](./picker.documentobject.rotationdegree) | *(Deprecated)* |\n| [`serviceId`](./picker.documentobject.serviceid) | An id describing the service this item was selected from. |\n| [`sizeBytes`](./picker.documentobject.sizebytes) | Size of the picked item in bytes. The value is not returned when the item is uploaded during the Picker session. |\n| [`thumbnails`](./picker.documentobject.thumbnails) | An array of `Thumbnail`s which describe the attributes of a photo or video. Thumbnails aren't returned if the selected items belong to Google Drive. |\n| [`type`](./picker.documentobject.type) | The type of the selected item. |\n| [`uploadId`](./picker.documentobject.uploadid) | The item order in the upload session. |\n| [`uploadState`](./picker.documentobject.uploadstate) | The state of the upload. |\n| [`url`](./picker.documentobject.url) | A URL to this item. |"]]