Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

docs: specify client library version requirement in samples/v1/language_classify_text.py #388

Merged
merged 7 commits into from
Nov 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.