We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598ab72 commit e1a2483Copy full SHA for e1a2483
docs/language/usage.rst
@@ -131,7 +131,7 @@ returns a :class:`~.language_v1.types.AnalyzeEntitiesResponse`.
131
>>> document = language.types.Document(
132
... content='Michelangelo Caravaggio, Italian painter, is '
133
... 'known for "The Calling of Saint Matthew".',
134
- ... type=language.enums.Type.PLAIN_TEXT,
+ ... type=language.enums.Document.Type.PLAIN_TEXT,
135
... )
136
>>> response = client.analyze_entities(
137
... document=document,
0 commit comments