Cloud Natural Language V2 Client - Class AnalyzeEntitiesResponse (0.32.0)

Reference documentation and code samples for the Cloud Natural Language V2 Client class AnalyzeEntitiesResponse.

The entity analysis response message.

Generated from protobuf message google.cloud.language.v2.AnalyzeEntitiesResponse

Namespace

Google \ Cloud \ Language \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ entities array<Google\Cloud\Language\V2\Entity>

The recognized entities in the input document.

↳ language_code 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.

↳ language_supported bool

Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.

getEntities

The recognized entities in the input document.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntities

The recognized entities in the input document.

Parameter
NameDescription
var array<Google\Cloud\Language\V2\Entity>
Returns
TypeDescription
$this

getLanguageCode

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
TypeDescription
string

setLanguageCode

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
NameDescription
var string
Returns
TypeDescription
$this

getLanguageSupported

Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.

Returns
TypeDescription
bool

setLanguageSupported

Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this