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 133
1 REPLY 1

Welcome back to Google Cloud Community.

I understand that you are getting lot of error for your application. 

I would like to have some more information so that I can investigate further for your issue.

1.) Can you provide me the configuration files (app.yaml, queue.yaml and snippet of the code which causing the error)
2.) What is your application doing ?
3.) Did the same code was working fine before or not ? If yes then did you made any changes in your code ?

Once I have above information in hand. I will be in a better position to help you further. Let me know if you have any other question or concern.