creatorstudio-ai-backend-develop / core /templates /ja_slide_template.yaml
matsuap's picture
Upload folder using huggingface_hub
792ad00 verified
slides_template:
- name: cover
description: 表紙スライド。プレゼンタイトルを大きく中央に表示。
fields:
COVER.MAIN: { type: text, max_chars: 40, note: "短いタイトルを推奨。副題なしなら20〜30文字程度。" }
- name: hook
description: 聴衆を引き込む質問や問題提起。
fields:
HOOK.MAIN: { type: text, max_chars: 60, note: "1〜2行。疑問形やインパクトある表現。" }
- name: compare
description: 左右2カラムで比較・対比。
fields:
COMPARE.LEFT: { type: text, max_chars: 80, note: "左側の主張や例。2〜3行まで。" }
COMPARE.RIGHT: { type: text, max_chars: 80, note: "右側の主張や例。2〜3行まで。" }
- name: statement
description: 重要メッセージを1文で提示。
fields:
STATEMENT.MAIN: { type: text, max_chars: 50, note: "短文。キーメッセージ1行。" }
- name: section
description: セクション切替用。番号と大見出し。
fields:
SECTION.NUMBER: { type: text, max_chars: 3, note: "1, 2, 3など番号。" }
SECTION.MAIN: { type: text, max_chars: 30, note: "章タイトル。" }
- name: define
description: 用語や概念を定義。
fields:
DEFINE.TITLE: { type: text, max_chars: 10, note: "定義のタイトル。" }
DEFINE.MAIN: { type: text, max_chars: 80, note: "定義文。1〜2文で簡潔に。" }
- name: key
description: キーメッセージを強調するスライド。
fields:
KEY.MAIN: { type: text, max_chars: 70, note: "1〜2文。明確で力強い表現。" }
- name: steps
description: 3ステップのプロセスを説明。
fields:
STEPS.TITLE: { type: text, max_chars: 40 }
STEPS.TITLE1: { type: text, max_chars: 25 }
STEPS.TITLE2: { type: text, max_chars: 25 }
STEPS.TITLE3: { type: text, max_chars: 25 }
STEPS.TEXT1: { type: text, max_chars: 60 }
STEPS.TEXT2: { type: text, max_chars: 60 }
STEPS.TEXT3: { type: text, max_chars: 60 }
note: "各ステップは短いフレーズ推奨。"
- name: bullets
description: 箇条書きリスト。
fields:
BULLETS.TITLE: { type: text, max_chars: 30 }
BULLETS.TEXT1: { type: text, max_chars: 40 }
BULLETS.TEXT2: { type: text, max_chars: 40 }
BULLETS.TEXT3: { type: text, max_chars: 40 }
note: "3〜4項目以内に収めると見やすい。"
- name: quote
description: 名言や強調したい一文を吹き出し表示。
fields:
QUOTE.MAIN: { type: text, max_chars: 50, note: "引用1行。余白を広く使う。" }
- name: logo
description: 会社ロゴ表示。
fields:
LOGO.MAIN: { type: text, fixed_value: "app.at-peak.jp" }