tvalentyn commented on code in PR #24599:
URL: https://github.com/apache/beam/pull/24599#discussion_r1132706300


##########
sdks/python/apache_beam/ml/gcp/naturallanguageml.py:
##########
@@ -93,12 +92,11 @@ def AnnotateText(
   https://cloud.google.com/natural-language/docs.
 
   Args:
-    pcoll (:class:`~apache_beam.pvalue.PCollection`): An input PCollection of
-      :class:`Document` objects.
-    features (`Union[Mapping[str, bool], types.AnnotateTextRequest.Features]`):
-      A dictionary of natural language operations to be performed on given
-      text in the following format::
+    pcoll (:class:`~apache_beam.pvalue.PCollection`): An input PCollection
+            of :class:`Document` objects.
 
+    features: A dictionary of natural language operations to be performed

Review Comment:
   what's the error or stacktrace?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to