Request structure

We are going to make a request as follows:

Field Value
HTTP method POST
URL https://language.googleapis.com/v1/documents:analyzeEntities?key=API_KEY
Request body
// SNIPP SNIPP
{
"encodingType": "UTF8",
"document":
{
"type": "PLAIN_TEXT",
"content": "President Obama is speaking at the White House."
}
}
// SNIPP SNIPP

 

In the preceding request, we are providing the content that needs to be analyzed along with the encoding type.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.165.115