Marsview API Documentation
Search…
Marsview API Documentation
What are Marsview APIs?
Async Speech Analytics API
Overview
GET Access Token
POST Audio/Video Files
POST Compute Request
GET Request Output
Visualize JSON Output
Error Codes
Using Postman to test Speech & Conversation Analytics APIs
REALTIME SPEECH ANALYTICS API
Overview
Create Transaction
Initiate Stream
Handling Response
Intent
Predefined Statement Tags
Custom Statement Tags
Speech Type
Sentiment
Tone(BETA)
Emotion
End Transaction
Transaction Status
Streaming from Microphone using python
Realtime text analytics api
Text Sentiment Analysis
Text Emotion Analysis
Text Dialog Tags
Custom Statement Tags
Text Intent Recognition
Contact Support
Speech to Text API
Overview
Tone Analyzer API
Overview
Chat Analytics API
Overview
Content Moderation API
Overview
Custom Build API
Overview
Integration
Agora Marketplace Extension
Powered By
GitBook
Intent
The Intent Analysis model will help you capture semantics behind users' messages and assign it to the right label. It is designed to understand human conversation in the form or free text or spoken text.
Example Response
1
{
2
"status": true,
3
"error": {},
4
"data": {
5
{
6
"similarityMatch": [
7
{
8
"matchedTextList": [
9
{
10
"score": 0.5230883955955505,
11
"text": "Marsview is a great place to work",
12
"value": "Marsview"
13
}
14
],
15
"intentId": "intent-bxllq2f7hpkrvtyzi3-1627981197627",
16
"intentName": "Marsview"
17
},
18
],
19
}
20
}
21
}
Copied!
Response Object
Field
Description
similarityMatch
The intent similarity output from the models
intentId
The intent Id against which the sentences are matched
intentName
The name of the matching intent
score
The similarity matching score ranges from 0 to 1
text
The sentence which is used to predict intent for
value
The predicted intent
REALTIME SPEECH ANALYTICS API - Previous
Handling Response
Next
Predefined Statement Tags
Last modified
7d ago
Copy link
Contents
Example Response
Response Object