Skip to content
Snippets Groups Projects

Report Transcription Entity creation

Merged Thibault Lavigne requested to merge 157-report-transcription-entity-creation into master
All threads resolved!
2 files
+ 33
49
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -107,7 +107,7 @@ class EntityMixin(object):
Create a link between an existing entity and an existing transcription.
If cache support is enabled, a `CachedTranscriptionEntity` will also be created.
:param transcription: the transcription to create the entity on.
:param transcription: Transcription to create the entity on.
:param entity: UUID of the existing entity.
:param offset: Starting position of the entity in the transcription's text,
as a 0-based index.
Loading