Last active
March 23, 2021 08:28
-
-
Save VioletVivirand/3f16d44e6885c70c4710d02275544ad2 to your computer and use it in GitHub Desktop.
Revision list for Qwiklabs Challenge Labs: Classify Text into Categories with the Natural Language API (https://google.qwiklabs.com/focuses/12704?parent=catalog)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revision list for Qwiklabs Challenge Labs: Classify Text into Categories with the Natural Language API (https://google.qwiklabs.com/focuses/12704?parent=catalog) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TBD: Create a Vision API image object called image_object | |
# Ref: https://googleapis.dev/python/vision/1.0.0/gapic/v1/types.html#google.cloud.vision_v1.types.Image | |
# TBD: Detect text in the image and save the response data into an object called response | |
# Ref: https://googleapis.dev/python/vision/1.0.0/gapic/v1/api.html#google.cloud.vision_v1.ImageAnnotatorClient.document_text_detection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment