Reference documentation and code samples for the Cloud Natural Language V1beta2 Client class AnnotateTextResponse.
The text annotations response message.
Generated from protobuf message google.cloud.language.v1beta2.AnnotateTextResponse
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. Populated if the user enables AnnotateTextRequest.Features.extract_syntax. |
↳ tokens |
array<Google\Cloud\Language\V1beta2\Token>
Tokens, along with their syntactic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax. |
↳ entities |
array<Google\Cloud\Language\V1beta2\Entity>
Entities, along with their semantic information, in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_entities. |
↳ document_sentiment |
Google\Cloud\Language\V1beta2\Sentiment
The overall sentiment for the document. Populated if the user enables AnnotateTextRequest.Features.extract_document_sentiment. |
↳ 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. |
↳ categories |
array<Google\Cloud\Language\V1beta2\ClassificationCategory>
Categories identified in the input document. |
↳ moderation_categories |
array<Google\Cloud\Language\V1beta2\ClassificationCategory>
Harmful and sensitive categories identified in the input document. |
getSentences
Sentences in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSentences
Sentences in the input document. Populated if the user enables AnnotateTextRequest.Features.extract_syntax.
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.
Populated if the user enables AnnotateTextRequest.Features.extract_syntax.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTokens
Tokens, along with their syntactic information, in the input document.
Populated if the user enables AnnotateTextRequest.Features.extract_syntax.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Language\V1beta2\Token>
|
Returns | |
---|---|
Type | Description |
$this |
getEntities
Entities, along with their semantic information, in the input document.
Populated if the user enables AnnotateTextRequest.Features.extract_entities.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntities
Entities, along with their semantic information, in the input document.
Populated if the user enables AnnotateTextRequest.Features.extract_entities.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Language\V1beta2\Entity>
|
Returns | |
---|---|
Type | Description |
$this |
getDocumentSentiment
The overall sentiment for the document. Populated if the user enables AnnotateTextRequest.Features.extract_document_sentiment.
Returns | |
---|---|
Type | Description |
Google\Cloud\Language\V1beta2\Sentiment|null |
hasDocumentSentiment
clearDocumentSentiment
setDocumentSentiment
The overall sentiment for the document. Populated if the user enables AnnotateTextRequest.Features.extract_document_sentiment.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Language\V1beta2\Sentiment
|
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 |
getCategories
Categories identified in the input document.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCategories
Categories identified in the input document.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Language\V1beta2\ClassificationCategory>
|
Returns | |
---|---|
Type | Description |
$this |
getModerationCategories
Harmful and sensitive categories identified in the input document.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setModerationCategories
Harmful and sensitive categories identified in the input document.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Language\V1beta2\ClassificationCategory>
|
Returns | |
---|---|
Type | Description |
$this |