Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.
HTTP request
POST https://language.googleapis.com/v1/documents:analyzeEntities
The URL uses gRPC Transcoding syntax.
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
{ "document": { object (  | 
                
| Fields | |
|---|---|
document | 
                  
                     
 Required. Input document.  | 
                
encoding | 
                  
                     
 The encoding type used by the API to calculate offsets.  | 
                
Response body
The entity analysis response message.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "entities": [
    {
      object ( | 
                  
| Fields | |
|---|---|
entities[] | 
                    
                       
 The recognized entities in the input document.  | 
                  
language | 
                    
                       
 The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See   | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-languagehttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.