speakers.json 793 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "SPEAKER_00": {
  3. "name": "A.A.A",
  4. "role": "Serving Brother",
  5. "location": "Sydney",
  6. "has_embedding": false,
  7. "embedding_updated": null,
  8. "colour": "#16a34a",
  9. "notes": ""
  10. },
  11. "SPEAKER_01": {
  12. "name": "A.A.A",
  13. "role": "Contributor",
  14. "location": "London",
  15. "has_embedding": false,
  16. "embedding_updated": null,
  17. "colour": "#16a34a",
  18. "notes": ""
  19. },
  20. "SPEAKER_02": {
  21. "name": "A.A.A",
  22. "role": "Contributor",
  23. "location": "Hobart",
  24. "has_embedding": false,
  25. "embedding_updated": null,
  26. "colour": "#16a34a",
  27. "notes": ""
  28. },
  29. "SPEAKER_03": {
  30. "name": "A.A.A",
  31. "role": "Contributor",
  32. "location": "Perth",
  33. "has_embedding": false,
  34. "embedding_updated": null,
  35. "colour": "#16a34a",
  36. "notes": ""
  37. }
  38. }