ビジュアル アートワーク
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["`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"]]