Reference documentation and code samples for the Cloud Natural Language V2 Client class AnalyzeEntitiesRequest.
The entity analysis request message.
Generated from protobuf message google.cloud.language.v2.AnalyzeEntitiesRequest
Namespace
Google \ Cloud \ Language \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ document | 
        
          Document
          Required. Input document.  | 
      
↳ encoding_type | 
        
          int
          The encoding type used by the API to calculate offsets.  | 
      
getDocument
Required. Input document.
| Returns | |
|---|---|
| Type | Description | 
Document|null | 
        |
hasDocument
clearDocument
setDocument
Required. Input document.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Document
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getEncodingType
The encoding type used by the API to calculate offsets.
| Returns | |
|---|---|
| Type | Description | 
int | 
        Enum of type EncodingType. | 
setEncodingType
The encoding type used by the API to calculate offsets.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int
          Enum of type EncodingType.  | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
document | 
        
          Document
          Required. Input document.  | 
      
encodingType | 
        
          int
          The encoding type used by the API to calculate offsets. For allowed values, use constants defined on EncodingType  | 
      
| Returns | |
|---|---|
| Type | Description | 
AnalyzeEntitiesRequest | 
        |
static::buildFromDocument
| Parameter | |
|---|---|
| Name | Description | 
document | 
        
          Document
          Required. Input document.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AnalyzeEntitiesRequest | 
        |