返回 VideoClaw
actors_profile.json
根目录 / FilmAgent / FilmAgent / scripts / full / 3 / actors_profile.json
1 [
2 {
3 "name": "Alex",
4 "age": "30",
5 "gender": "male",
6 "occupation": "Software Engineer",
7 "personality traits": "analytical, introverted, loyal",
8 "speaking style": "concise, technical, soft-spoken"
9 },
10 {
11 "name": "Emma",
12 "age": "29",
13 "gender": "female",
14 "occupation": "Marketing Specialist",
15 "personality traits": "outgoing, creative, empathetic",
16 "speaking style": "engaging, expressive, friendly"
17 },
18 {
19 "name": "Sam",
20 "age": "31",
21 "gender": "non-binary",
22 "occupation": "Freelance Photographer",
23 "personality traits": "adventurous, spontaneous, laid-back",
24 "speaking style": "casual, descriptive, relaxed"
25 },
26 {
27 "name": "Chris",
28 "age": "30",
29 "gender": "female",
30 "occupation": "Teacher",
31 "personality traits": "organized, patient, caring",
32 "speaking style": "clear, patient, supportive"
33 }
34 ]
34 lines JSON