Reference documentation and code samples for the Cloud Natural Language V1beta2 Client class AnalyzeSyntaxResponse.
The syntax analysis response message.
Generated from protobuf message google.cloud.language.v1beta2.AnalyzeSyntaxResponse
Namespace
Google \ Cloud \ Language \ V1beta2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sentences |
array<Google\Cloud\Language\V1beta2\Sentence>
Sentences in the input document. |
↳ tokens |
array<Google\Cloud\Language\V1beta2\Token>
Tokens, along with their syntactic information, in the input document. |
↳ language |
string
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 Document.language field for more details. |
getSentences
Sentences in the input document.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSentences
Sentences in the input document.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Language\V1beta2\Sentence>
|
Returns | |
---|---|
Type | Description |
$this |
getTokens
Tokens, along with their syntactic information, in the input document.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTokens
Tokens, along with their syntactic information, in the input document.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Language\V1beta2\Token>
|
Returns | |
---|---|
Type | Description |
$this |
getLanguage
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 Document.language field for more details.
Returns | |
---|---|
Type | Description |
string |
setLanguage
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 Document.language field for more details.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |