Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
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 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