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
Subscribe to Webhook[beta]
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
Intent Phrase Detection
Predefined Statement Tags
Custom Statement Tags
Action Items
Speech Type
Sentiment
Tone(BETA)
Emotion
Update Members
End Transaction
Post Call Analytics
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
Text Profanity Detection
Custom model input data
Overview
Intent Recognition
Custom Statement Tags
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 Phrase Detection
The Intent Phrase 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
"phraseMatch": [
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
phraseMatch
The intent phrase match 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
Previous
Intent
Next
Predefined Statement Tags
Last modified
23d ago
Copy link
Contents
Example Response
Response Object