Reference documentation and code samples for the Cloud Natural Language V1beta2 Client class AnalyzeSyntaxRequest.
The syntax analysis request message.
Generated from protobuf message google.cloud.language.v1beta2.AnalyzeSyntaxRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ document |
Google\Cloud\Language\V1beta2\Document
Required. Input document. |
↳ encoding_type |
int
The encoding type used by the API to calculate offsets. |
getDocument
Required. Input document.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Language\V1beta2\Document|null |
|
hasDocument
clearDocument
setDocument
Required. Input document.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Language\V1beta2\Document
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEncodingType
The encoding type used by the API to calculate offsets.
| Returns | |
|---|---|
| Type | Description |
int |
|
setEncodingType
The encoding type used by the API to calculate offsets.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|