Class ExportSegmentAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
ExportAdjacencySequenceAction, ExportCustomSegmentAction, ExportSpeechTurnAction

public class ExportSegmentAction extends SessionEditorAction
See Also:
  • Constructor Details

    • ExportSegmentAction

      public ExportSegmentAction(SessionEditor editor)
    • ExportSegmentAction

      public ExportSegmentAction(SessionEditor editor, ExportSegmentAction.SegmentType segmentType)
    • ExportSegmentAction

      public ExportSegmentAction(SessionEditor editor, float startTime, float endTime)
      Parameters:
      editor -
      startTime - in s
      endTime - in s
    • ExportSegmentAction

      public ExportSegmentAction(SessionEditor editor, float startTime, float endTime, String outputPath)
    • ExportSegmentAction

      public ExportSegmentAction(SessionEditor editor, long startTime, long endTime)
      Parameters:
      editor -
      startTime - in ms
      endTime - in ms
    • ExportSegmentAction

      public ExportSegmentAction(SessionEditor editor, long startTime, long endTime, String outputPath)
  • Method Details