command

transcription command-line interface.

Classes

EnhancedTranscriptionCommand

Command-line interface for enhancing a transcription with diarization and identification.

TranscriptionCommand

Command-line interface for transcribing audio tracks.

class EnhancedTranscriptionCommand[source]

Bases: Command

Command-line interface for enhancing a transcription with diarization and identification.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns:

class TranscriptionCommand[source]

Bases: Command

Command-line interface for transcribing audio tracks.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns: