Skip to content

Add optional confidence

Yoann Schneider requested to merge add-optional-confidence into master

Related to issue #805 (closed)

The confidence field is present on endpoints CreateTranscriptionEntity and ListTranscriptionEntities. If not provided, it defaults to "null". Valid values are floats between 0 and 1.

This will be useful for NER models that outputs confidence score for entities. In the future we will also be able to filter entities based on this score.

Edited by Yoann Schneider

Merge request reports

Loading