Merge pull request #95 from snookfin/patch-7

Replaced underscores with camel case (typo)
pull/97/head
Tom Rossi 2020-10-30 12:01:21 -04:00 zatwierdzone przez GitHub
commit ded211cb95
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -39,8 +39,8 @@ The JSON representation is a flexible format that accomodates various degrees of
- `<version>`: The version of JSON transcript specification
- `<segments>`: An array of dialogue elements (segments)
- `<speaker>`: Speaker
- `<start_time>`: Start time for the segment
- `<end_time>`: End time for the segment (if available)
- `<startTime>`: Start time for the segment
- `<endTime>`: End time for the segment (if available)
- `<body>`: Dialogue content
#### Snippet: