Last active
May 18, 2016 17:33
-
-
Save TORISOUP/93134b5c58574d3fdb78c779777a8681 to your computer and use it in GitHub Desktop.
MMM.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//旧 | |
{ | |
"name": "ゆかり", | |
"text": "こんにちはみなさん", | |
"emotion": "greeting", | |
"tag": "white", | |
"isInterrupted": false | |
} | |
//2.1以降 | |
{ | |
"meta": { | |
"type" : "speechText" | |
}, | |
"data": { | |
"name": "ゆかり", | |
"text": "こんにちはみなさん", | |
"emotion": "greeting", | |
"tag": "white", | |
"isInterrupt": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment