remove-filler
文章中のフィラーを検索・除去します。
HTTP request
GET: https://api.developer.alt.ai/remove-filler
QUERY PARAMETERS
keyrequired | string APIキー |
textrequired | string フィラー未処理テキスト |
RESPONSE
EXAMPLE
JSON 表現
{
"result": {
"text": "string",
"positions": [
{
"start": 0,
"end": 0,
"text": "string"
}
]
}
}RESPONSE SCHEMA
| result | object Example:"Response example value" |