We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522d73a commit cdb4adfCopy full SHA for cdb4adf
docs/language-usage.rst
@@ -216,7 +216,7 @@ The :meth:`~gcloud.language.document.Document.annotate_text` method
216
analyzes a document and is intended for users who are familiar with
217
machine learning and need in-depth text features to build upon.
218
219
-The method returns a four-tuple of
+The method returns a named tuple with four entries:
220
221
* ``sentences``: A :class:`list` of sentences in the text
222
* ``tokens``: A :class:`list` of :class:`~gcloud.language.token.Token`
0 commit comments