google-cloud-language 0.23.0
·
34400 commits
to main
since this release
- BREAKING CHANGE: Return extra structured layer of content from
Document.analyze_entities
,Document.analyze_syntax
and also adding tokens in response forDocument.annotate_text
. Also removingEntity.wikipedia_url
attribute (now just present inEntity.metadata
) (#3059) - Storing all connection data on
Client
instead of on privateConnection
(#2970) - Do not include a default language (#2985)
- Rename
document_from_url
todocument_from_gcs_url
(#2986) - Changing from Beta to Alpha classifier (#3027)
- Renaming
connection
module as_http
and makingConnection
class non-public. (#3033) google.cloud.language.__version__
attribute added (#3046)- On HTTP requests, sending
X-Goog-API-Client
header with valuegl-python/x.y.z gccl/a.b.c
wherex.y.z
is the version of Python that is running anda.b.c
is the version of the Language package being used (#3046)
PyPI: https://pypi.python.org/pypi/google-cloud-language/0.23.0