枚举文档
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Document
是一种枚举类型,用于描述 DocumentObject
的字段。
签名
export enum Document
成员
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# Enum Document\n\n`Document` is an enumerated type used to describe the fields of a\n`DocumentObject`.\n\nSignature\n---------\n\n export enum Document\n\nMembers\n-------\n\n| Name | Description |\n|--------------------------------------------------------|-------------|\n| [`ADDRESS_LINES`](./picker.document.address_lines) | |\n| [`AUDIENCE`](./picker.document.audience) | |\n| [`DESCRIPTION`](./picker.document.description) | |\n| [`DURATION`](./picker.document.duration) | |\n| [`EMBEDDABLE_URL`](./picker.document.embeddable_url) | |\n| [`ICON_URL`](./picker.document.icon_url) | |\n| [`ID`](./picker.document.id) | |\n| [`IS_NEW`](./picker.document.is_new) | |\n| [`LAST_EDITED_UTC`](./picker.document.last_edited_utc) | |\n| [`LATITUDE`](./picker.document.latitude) | |\n| [`LONGITUDE`](./picker.document.longitude) | |\n| [`MIME_TYPE`](./picker.document.mime_type) | |\n| [`NAME`](./picker.document.name) | |\n| [`NUM_CHILDREN`](./picker.document.num_children) | |\n| [`PARENT_ID`](./picker.document.parent_id) | |\n| [`PHONE_NUMBERS`](./picker.document.phone_numbers) | |\n| [`READ_ONLY`](./picker.document.read_only) | |\n| [`SERVICE_ID`](./picker.document.service_id) | |\n| [`THUMBNAILS`](./picker.document.thumbnails) | |\n| [`TYPE`](./picker.document.type) | |\n| [`URL`](./picker.document.url) | |\n| [`VERSION`](./picker.document.version) | |"]]