Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

whats the proper syntax to print out a specific entity in python

Ive gotten all the way to getting this working 

document_object = result.document
print("Document processing complete.")
print(f"Text: {document_object.text}"

unfortunately that just prints out the entire page.

whats the syntax to print out just a specific field "entity"?

cant figure out the proper syntax

0 1 134
1 REPLY 1