[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003e\u003ccode\u003ePhotoMediaMetadata\u003c/code\u003e provides a structured way to describe photo content, including details like title, artist, location, and dimensions.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for associated images, creation date, content rating, and geographic coordinates where the photo was taken.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this class to create rich metadata for photos displayed on Cast devices.\u003c/p\u003e\n"]]],[],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).PhotoMediaMetadata \nclass static\n\nA photo media description.\n\nConstructor\n\nPhotoMediaMetadata\n\nnew\nPhotoMediaMetadata()\n\nProperties\n\nartist\n\n(string or undefined)\n\nThe name of the photographer.\n\ncontentRating\n\n\u003cbr /\u003e\n\nThe content rating.\n\ncreationDateTime\n\n(string or undefined)\n\nThe ISO 8601 date and time the photo was taken, for\nexample, `2014-02-10T15:47:00Z`.\n\nheight\n\n(number or undefined)\n\nThe height of the photo, in pixels.\n\nimages\n\n(non-null Array of non-null [cast.framework.messages.Image](/cast/docs/reference/web_receiver/cast.framework.messages.Image) or undefined)\n\nImages associated with the content, such as a photo\nthumbnail.\n\nlatitude\n\n(number or undefined)\n\nThe latitude of the location where the photo was taken.\n\nlocation\n\n(string or undefined)\n\nThe location where the photo was taken, for example, `Seattle, Washington, USA`.\n\nlongitude\n\n(number or undefined)\n\nThe longitude of the location where the photo was taken.\n\ntitle\n\n(string or undefined)\n\nThe photo title.\n\nwidth\n\n(number or undefined)\n\nThe width of the photo, in pixels."]]