You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cli_util.option('--display-name', help=u"""A user-friendly display name for the job.""")
131
131
@cli_util.option('--description', help=u"""A short description of the job.""")
132
-
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By defaultJSON format will be considered.""")
132
+
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default, the JSON format is used.""")
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`"""+custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@@ -210,7 +210,7 @@ def create_transcription_job(ctx, from_json, wait_for_state, max_wait_seconds, w
@cli_util.option('--display-name', help=u"""A user-friendly display name for the job.""")
212
212
@cli_util.option('--description', help=u"""A short description of the job.""")
213
-
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By defaultJSON format will be considered.""")
213
+
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default, the JSON format is used.""")
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`"""+custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
@cli_util.option('--input-location-object-locations', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""A list of ObjectLocations."""+custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
295
295
@cli_util.option('--display-name', help=u"""A user-friendly display name for the job.""")
296
296
@cli_util.option('--description', help=u"""A short description of the job.""")
297
-
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By defaultJSON format will be considered.""")
297
+
@cli_util.option('--additional-transcription-formats', type=custom_types.CliCaseInsensitiveChoice(["SRT"]), help=u"""Transcription Format. By default, the JSON format is used.""")
@cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`"""+custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
0 commit comments