|
|
@ -33,7 +33,7 @@ def help():
|
|
|
|
"""help
|
|
|
|
"""help
|
|
|
|
|
|
|
|
|
|
|
|
Returns:
|
|
|
|
Returns:
|
|
|
|
json: [description]
|
|
|
|
json: The /paddlespeech/text api response content
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
response = {
|
|
|
|
response = {
|
|
|
|
"success": "True",
|
|
|
|
"success": "True",
|
|
|
@ -42,9 +42,7 @@ def help():
|
|
|
|
"global": "success"
|
|
|
|
"global": "success"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"result": {
|
|
|
|
"result": {
|
|
|
|
"description": "text server",
|
|
|
|
"punc_text": "The punctuation text content"
|
|
|
|
"input": "text string",
|
|
|
|
|
|
|
|
"output": "punctuation text"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return response
|
|
|
|
return response
|
|
|
|