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
Predefined Statement Tags
Predefined statement tag classification is the task of classifying an utterance with respect to the function it serves in a dialogue, i.e. the act the speaker is performing
Example Response
1
{
2
"status": true,
3
"error": {},
4
"data": {
5
"dialogueTag": "statement-non-opinion"
6
}
7
}
Copied!
Response Object
Field
Description
dialogTag
The tag label identified by the models
Previous
Intent
Next
Custom Statement Tags
Last modified
7d ago
Copy link
Contents
Example Response
Response Object