server/src/app/Services/TranscriptManagerInterface.php
changeset 396 c8f651e7e4ff
parent 163 59c68fc4848e
equal deleted inserted replaced
395:b7d79db348e7 396:c8f651e7e4ff
     3 
     3 
     4 use CorpusParole\Models\Document;
     4 use CorpusParole\Models\Document;
     5 
     5 
     6 interface TranscriptManagerInterface {
     6 interface TranscriptManagerInterface {
     7 
     7 
     8     function getConverter(string $converterKey, Document $document, string $source);
     8     function getConverter($converterKey, Document $document, $source);
     9     function getConverterUrl(string $converterKey, Document $document, string $url);
     9     function getConverterUrl($converterKey, Document $document, $url);
    10 
    10 
    11 }
    11 }