Skip to content

Commit

Permalink
adding more options to perform_transcription
Browse files Browse the repository at this point in the history
  • Loading branch information
corygomez24 committed Jul 26, 2019
1 parent 3a81e47 commit ad9ab44
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions api/source/job_control/perform_transcription.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,51 @@ See :ref:`callback documentation <callbacks-label>` for details.
| +------------------+----------------------------------------------------------------------+
| | `Example` | ``speaker_id=true`` |
+-------------------------+------------------+----------------------------------------------------------------------+
| audio_description | .. raw:: html |
| | |
| | Requests that all noises and sounds be identified. |
| | |
| +------------------+----------------------------------------------------------------------+
| | `Allowed Values` | Boolean |
| +------------------+----------------------------------------------------------------------+
| | `Default Value` | false |
| +------------------+----------------------------------------------------------------------+
| | `Example` | ``audio_description=true`` |
+-------------------------+------------------+----------------------------------------------------------------------+
| on_screen_text | .. raw:: html |
| | |
| | Requests that any text that appears in the media be added to the transcription. |
| | |
| +------------------+----------------------------------------------------------------------+
| | `Allowed Values` | Boolean |
| +------------------+----------------------------------------------------------------------+
| | `Default Value` | false |
| +------------------+----------------------------------------------------------------------+
| | `Example` | ``on_screen_text=true`` |
+-------------------------+------------------+----------------------------------------------------------------------+
| music_lyrics | .. raw:: html |
| | |
| | Requests that lyrics to songs be transcribed instead of labeled [MUSIC]. |
| | |
| +------------------+----------------------------------------------------------------------+
| | `Allowed Values` | Boolean |
| +------------------+----------------------------------------------------------------------+
| | `Default Value` | false |
| +------------------+----------------------------------------------------------------------+
| | `Example` | ``music_lyrics=true`` |
+-------------------------+------------------+----------------------------------------------------------------------+
| custom_special_handling | .. raw:: html |
| | |
| | Requests that transcribers follow submitted instruction set. |
| | |
| +------------------+----------------------------------------------------------------------+
| | `Allowed Values` | Boolean |
| +------------------+----------------------------------------------------------------------+
| | `Default Value` | false |
| +------------------+----------------------------------------------------------------------+
| | `Example` | ``custom_special_handling=true`` |
+-------------------------+------------------+----------------------------------------------------------------------+


**Responses**

Expand Down

0 comments on commit ad9ab44

Please sign in to comment.