1 / 9
typescript経由
interface ImageDescription { mainSubject: { type: \'person\', gender: \'female\', hair: { color: \'blonde\', style: \'wavy, shoulder-length\' }, expression: { eyes: \'partially closed, looking sideways\', mouth: \'slightly open, embarrassed or surprised\', cheeks: \'blushing\' }, clothing: { top: { type: \'vest\', color: \'red\' }, bottom: { type: \'pleated skirt\', color: \'black\' }, outerwear: { type: \'jacket\', color: \'white\', status: \'partially worn, slipping off shoulders\' }, accessories: { type: \'tie\', color: \'blue\' } }, pose: { body: \'slightly leaning back\', hands: { rightHand: \'holding the jacket collar\', leftHand: \'holding the jacket collar\' } } }, background: { setting: \'indoors\', elements: [ { type: \'glass door\', position: \'left and right sides\', state: \'partially open\' }, { type: \'reflections\', position: \'glass surfaces\', detail: \'indicating sunlight\' }, { type: \'furniture\', position: \'background\', detail: \'partially visible, blurred\' } ], lighting: { source: \'sunlight\', effect: \'bright, natural light\', shadows: \'soft, elongated shadows\' } }, emotionsConveyed: [\'embarrassment\', \'surprise\'], imageDetails: { style: \'anime, detailed, colorful\', dimensions: { width: 1122, height: 768 } } }