Package Exports
- @speechmatics/use-diarized-transcription
- @speechmatics/use-diarized-transcription/dist/index.cjs
- @speechmatics/use-diarized-transcription/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@speechmatics/use-diarized-transcription) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Diarization (React)
This package provides a react hook for grouping transcribed data by diazation data (i.e. speaker-separated transcription).
Usage
This package mainly serves as a common dependency for higher level Speechmatics packages, so it's unlikely you'll want to use it on its own. You can check out the @speechmatics/flow-client-react package to see it in action.