Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
docs: specify client library version requirement in samples/v1/langua…
Browse files Browse the repository at this point in the history
…ge_classify_text.py (#388)

* docs: specify client library version requirement

* clarify comment

Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
wizeng23 and parthea authored Nov 26, 2022
1 parent b0d1773 commit bff4a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/v1/language_classify_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# usage: python3 samples/v1/language_classify_text.py [--text_content "That actor on TV makes movies in Hollywood and also stars in a variety of popular new TV shows."]

# [START language_classify_text]
from google.cloud import language_v1
from google.cloud import language_v1 # Requires `google-cloud-language>=2.6.0`

def sample_classify_text(text_content):
"""
Expand Down

0 comments on commit bff4a65

Please sign in to comment.