Screengrabs
Enable this model configuration to capture keyframes and slides from a visual meeting/conversation.
Overview
Built as a video-first platform, Marsview is the only company in this category that captures keyframes and slides from videos and screen sharing from an online web conference.
modelType
Configuration
modelType
Configuration Keys | Value |
|
|
| Model Configuration object for screengrabs |
modelConfig
parameters
modelConfig
parametersmodelConfig | Description | Defaults |
| Boolean to enable or disable OCR | False |
| Filter the screengrabs based on the given classes. If this is set to true, then the screengrabs captured by the model will be filtered based on them | True |
| A list of classes that the model can recognize. By default all the classes are given. Select the classes that best suit the type of input video. Eg: For meeting, set the class list with values ppt and speaker_presentation | ['drawing', 'ppt', 'screen', 'speaker_face', 'speaker_presentation'] |
Example Request
Example Response
Response Object
Field | Description |
| List of Screengrab Objects |
| Id of the collection of frames being analyzed |
| Start time of the |
| Frame number of the frame being analyzed |
| Object specifying the meeting activity, returns null if there is not meeting activity |
| List of String |
| List of text identified in the given time frame |
| List of confidence titles |
| List of confidence text |
| Gives a list of 4 parameters with index 0 = X-displacement, 1=Y-displacement, 2=X-end co-ordinate, 3=Y end co-ordinate which represents the coordniates of bounding boxes for the titles identified by the model in the given frame. |
| Gives a list of 4 parameters with index 0 = X-displacement, 1=Y-displacement, 2=X-end co-ordinate, 3=Y end co-ordinate which represents the coordniates of bounding boxes for the text areas identified by the model in the given frame. |
Last updated