Interface SpeechToTextAsyncTracker

All Known Implementing Classes:
SpeechToTextAsyncTrackerImpl

public interface SpeechToTextAsyncTracker
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Workflow configuration name to store jobs in
    static final String
    Collection where input files are placed when running STT asynchronously
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    track(Job job, String mediaPackageId, long workflowId)
    Start tracking all jobs created by a speech-to-text woh.
    void
    untrack(Job job)
    Stop tracking this STT job (subtitles have already been attached or tracking was abandoned.
    void
    untrackAll(long workflowId)
    Stop tracking all STT jobs created by a workflow.
  • Field Details

    • JOBS_WORKFLOW_CONFIGURATION

      static final String JOBS_WORKFLOW_CONFIGURATION
      Workflow configuration name to store jobs in
      See Also:
    • STT_ASYNC_COLLECTION

      static final String STT_ASYNC_COLLECTION
      Collection where input files are placed when running STT asynchronously
      See Also:
  • Method Details