Skip to content
Snippets Groups Projects

Add optional confidence

Merged Yoann Schneider requested to merge add-optional-confidence into master
All threads resolved!
6 files
+ 99
3
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -226,7 +226,7 @@ class EntityLinkCreate(CreateAPIView):
))
class TranscriptionEntityCreate(CreateAPIView):
"""
Link an existing Entity to a given transcription with its position
Link an existing Entity to a given transcription with its position.
"""
permission_classes = (IsVerified, )
serializer_class = TranscriptionEntitySerializer
Loading