Skip to main content

Uniphore Customer Portal

Fetch ASR Properties for all Languages

Returns ASR properties for all languages.

Endpoint

Method: GET

URL: https://uselfserve-<tenant-name>.uniphore.com/cse/connector/asrProperty

curl -X GET "http://localhost:9902/connector/asrProperties" 
-H "accept: application/json" 
-H "Authorization: Bearer <token>"
Header Parameter

Authorization - Bearer <Token>

Example Response
{
  "English-IN": {
    "bufferSize": 8160,
    "considerOnlyFinal": true,
    "contextAsrBufferSize": 8160,
    "contextAsrConsiderOnlyFinal": true,
    "contextAsrFailThreshold": 0,
    "contextAsrPassThreshold": 0,
    "contextAsrUrl": "wss://hostname:port",
    "contextAsrWordPassPercentage": 0,
    "contextAsrWorldLevelThreshold": 0.5,
    "failThreshold": 0,
    "passThreshold": 0,
    "url": "wss://hostname:port",
    "contenderUrl": "wss://hostname:port/en-in/",
    "wordPassPercentage": 0,
    "worldLevelThreshold": 0
  },
  "English-US": {
    "bufferSize": 8160,
    "considerOnlyFinal": true,
    "contextAsrBufferSize": 8160,
    "contextAsrConsiderOnlyFinal": true,
    "contextAsrFailThreshold": 0,
    "contextAsrPassThreshold": 0,
    "contextAsrUrl": "wss://hostname:port",
    "contextAsrWordPassPercentage": 0,
    "contextAsrWorldLevelThreshold": 0.5,
    "failThreshold": 0,
    "passThreshold": 0,
    "url": "wss://hostname:port",
    "contenderUrl": "wss://hostname:port/en-us/",
    "wordPassPercentage": 0,
    "worldLevelThreshold": 0
  }
}
  
Response and Error Codes

Response Code

Condition

200

OK

401

Unauthorized

403

Forbidden

500

Internal Sample Error

Note

With the error codes, a summary containing the reason for failure is provided.