视觉艺术作品
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["`VisualArtwork` is a structured data type that extends `CreativeWork` and provides specific properties for describing visual works of art."],["This type includes details like the art's form, materials used, dimensions (height, width, depth), and edition information if applicable."],["Properties like `artEdition`, `artform`, `material`, and `surface` allow for detailed categorization and description of the artwork."],["Dimensions can be specified using `height`, `width`, and `depth` properties, accepting both distance and quantitative values for flexibility."]]],["The `VisualArtwork` type, extending `CreativeWork`, details artwork characteristics. Key properties include `artEdition`, indicating the number of copies in limited editions, and `artform`, specifying the artistic medium (e.g., painting). Dimensions are captured by `depth`, `height`, and `width`, using `Distance` or `QuantitativeValue` types. The `material` property defines the medium used, and `surface` the base material. All of these can be in `Text` or `URL` form, except for `artEdition`, which can also be in `Integer` form.\n"]]