[AIRFLOW-XXX] Fix incorrect GCP integration sections (#5999)

[AIRFLOW-XXX] Fix incorrect GCP integration sections
This commit is contained in:
Ryan Yuan 2019-09-06 20:37:57 +10:00 коммит произвёл Jarek Potiuk
Родитель f4b64b3557
Коммит 8151b7ca7f
1 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -670,9 +670,6 @@ They also use :class:`airflow.gcp.hooks.cloud_storage_transfer_service.GCPTransf
Cloud Vision Cloud Vision
'''''''''''' ''''''''''''
Cloud Vision Product Search Operators
"""""""""""""""""""""""""""""""""""""
:class:`airflow.gcp.operators.vision.CloudVisionAddProductToProductSetOperator` :class:`airflow.gcp.operators.vision.CloudVisionAddProductToProductSetOperator`
Adds a Product to the specified ProductSet. Adds a Product to the specified ProductSet.
:class:`airflow.gcp.operators.vision.CloudVisionAnnotateImageOperator` :class:`airflow.gcp.operators.vision.CloudVisionAnnotateImageOperator`
@ -726,8 +723,8 @@ Cloud Speech to Text
They also use :class:`airflow.gcp.hooks.speech_to_text.GCPSpeechToTextHook` to communicate with Google Cloud Platform. They also use :class:`airflow.gcp.hooks.speech_to_text.GCPSpeechToTextHook` to communicate with Google Cloud Platform.
Cloud Speech Translate Operators Cloud Speech Translate
-------------------------------- ''''''''''''''''''''''
:class:`airflow.gcp.operators.translate_speech.GcpTranslateSpeechOperator` :class:`airflow.gcp.operators.translate_speech.GcpTranslateSpeechOperator`
Recognizes speech in audio input and translates it. Recognizes speech in audio input and translates it.
@ -738,9 +735,6 @@ They also use :class:`airflow.gcp.hooks.speech_to_text.GCPSpeechToTextHook` and
Cloud Translate Cloud Translate
''''''''''''''' '''''''''''''''
Cloud Translate Text Operators
""""""""""""""""""""""""""""""
:class:`airflow.gcp.operators.translate.CloudTranslateTextOperator` :class:`airflow.gcp.operators.translate.CloudTranslateTextOperator`
Translate a string or list of strings. Translate a string or list of strings.