google_api_language v0.10.1 API Reference

Modules

API calls for all endpoints tagged Documents.

Handle Tesla connections for GoogleApi.Language.V1.

The entity analysis request message.

The entity analysis response message.

The entity-level sentiment analysis request message.

The entity-level sentiment analysis response message.

The sentiment analysis request message.

The sentiment analysis response message.

The syntax analysis request message.

The syntax analysis response message.

The request message for the text annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call.

The text annotations response message.

Represents a category returned from the text classifier.

The document classification request message.

The document classification response message.

Represents dependency parse tree information for a token. (For more information on dependency labels, see http://www.aclweb.org/anthology/P13-2017

################################################################ #

Represents a phrase in the text that is a known entity, such as a person, an organization, or location. The API associates information, such as salience and mentions, with entities.

Represents a mention for an entity in the text. Currently, proper noun mentions are supported.

All available features for sentiment, syntax, and semantic analysis. Setting each one to true will enable that specific analysis for the input.

Represents part of speech information for a token. Parts of speech are as defined in http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf

Represents a sentence in the input document.

Represents the feeling associated with the entire text or entities in the text.

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details.

Represents an output piece of text.

Represents the smallest syntactic building block of the text.