Request structure

We are going to make a request as follows:

Field  Value
HTTP method POST
URL https://language.googleapis.com/v1/documents:analyzeSentiment?key=API_KEY
Request body
// SNIPP SNIPP
{
"encodingType": "UTF8",
"document":
{
"type": "PLAIN_TEXT",
"content": "Enjoy your vacation!
}
}
// SNIPP SNIPP

 

In the above request, we are providing the content that needs to be analysed 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
3.129.217.5