Skip to content

Commit 1a2a804

Browse files
Update articles/communication-services/quickstarts/voice-video-calling/includes/closed-captions/closed-captions-javascript.md
Co-authored-by: edwardlee-msft <[email protected]>
1 parent 32a2b9c commit 1a2a804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/closed-captions/closed-captions-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ captions.on('CaptionsActiveChanged', captionsActiveChangedHandler);
5959
### Add a listener for captions data received
6060
Handle the returned CaptionsInfo data object.
6161

62-
Note: The object contains a resultType prop that indicates whether the data is a partial caption or a finalized version of the caption. ResultType `partial` indicates live unedited caption, while `final` indicates a finalized interpreted version of the sentence (i.e includes punctuation and capitalization).
62+
Note: The object contains a resultType prop that indicates whether the data is a partial caption or a finalized version of the caption. ResultType `Partial` indicates live unedited caption, while `Final` indicates a finalized interpreted version of the sentence (i.e includes punctuation and capitalization).
6363

6464
```typescript
6565
const captionsReceivedHandler : CaptionsHandler = (data: CaptionsInfo) => {

0 commit comments

Comments
 (0)