Skip to content

Commit

Permalink
removed trailing white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukulikaa committed Mar 21, 2022
1 parent e70ac97 commit bc130aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/streamingapi/code-snippets/detect-key-phrases.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,15 +315,15 @@ If successful you should receive a response in the console.

Let’s go over all the parameters passed in the configuration object in the above function:

Field | Required |
---------- | ------- |
Field | Required |
---------- | ------- |
`id` | A unique UUID that represents this WebSocket API Session.
`insightType` | The types of Insights to be detected for this Conversation.
`trackers`| The Trackers to be detected in real-time for that Conversation. Follows the same structure as described in the [Trackers section](/docs/management-api/trackers/create-tracker#sample-request-body).
`config`| The config object encapsulates the metadata for the WebSocket API’s session.
`meetingTitle`| The title for this conversation/meeting.
`confidenceThreshold` | The insights having confidence scores greater than this threshold will be the ones detected for the Conversation.
`languageCode` | The language-code in BCP-47 format.
`languageCode` | The language-code in BCP-47 format.
`sampleRateHertz`| The sample-rate of the incoming audio data which is being pushed to Symbl.
`trackers: { interimResults }`| The interimResults flag tells Symbl to send the tracker results as soon as they are detected. If false, the tracker results are detected for the finalized transcription responses.
`speaker` | The details of the speaker in this Conversation
Expand Down

0 comments on commit bc130aa

Please sign in to comment.