airflow.contrib.operators.gcp_text_to_speech_operator

Module Contents

class airflow.contrib.operators.gcp_text_to_speech_operator.GcpTextToSpeechSynthesizeOperator(input_data, voice, audio_config, target_bucket_name, target_filename, project_id=None, gcp_conn_id='google_cloud_default', retry=None, timeout=None, *args, **kwargs)[source]

Bases: airflow.models.BaseOperator

Synthesizes text to speech and stores it in Google Cloud Storage

See also

For more information on how to use this operator, take a look at the guide: GcpTextToSpeechSynthesizeOperator

Parameters
template_fields = ['input_data', 'voice', 'audio_config', 'project_id', 'gcp_conn_id', 'target_bucket_name', 'target_filename'][source]
_validate_inputs(self)[source]
execute(self, context)[source]