package google.cloud.language.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service LanguageService

language_service.proto:28

Provides text analysis operations such as sentiment analysis and entity recognition.

message AnnotateTextRequest.Features

language_service.proto:897

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

Used in: AnnotateTextRequest

message DependencyEdge

language_service.proto:542

Represents dependency parse tree information for a token.

Used in: Token

enum DependencyEdge.Label

language_service.proto:544

The parse label enum for the token.

Used in: DependencyEdge

message Document

language_service.proto:72

################################################################ # Represents the input to API methods.

Used in: AnalyzeEntitiesRequest, AnalyzeSentimentRequest, AnalyzeSyntaxRequest, AnnotateTextRequest

enum Document.Type

language_service.proto:74

The document types enum.

Used in: Document

enum EncodingType

language_service.proto:950

Represents the text encoding that the caller uses to process the output. Providing an `EncodingType` is recommended because the API provides the beginning offsets for various outputs, such as tokens and mentions, and languages that natively use different text encodings may access offsets differently.

Used in: AnalyzeEntitiesRequest, AnalyzeSentimentRequest, AnalyzeSyntaxRequest, AnnotateTextRequest

message Entity

language_service.proto:127

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.

Used in: AnalyzeEntitiesResponse, AnnotateTextResponse

enum Entity.Type

language_service.proto:129

The type of the entity.

Used in: Entity

message EntityMention

language_service.proto:790

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

Used in: Entity

enum EntityMention.Type

language_service.proto:792

The supported types of mentions.

Used in: EntityMention

message PartOfSpeech

language_service.proto:214

Represents part of speech information for a token.

Used in: Token

enum PartOfSpeech.Aspect

language_service.proto:261

The characteristic of a verb that expresses time flow during an event.

Used in: PartOfSpeech

enum PartOfSpeech.Case

language_service.proto:278

The grammatical function performed by a noun or pronoun in a phrase, clause, or sentence. In some languages, other parts of speech, such as adjective and determiner, take case inflection in agreement with the noun.

Used in: PartOfSpeech

enum PartOfSpeech.Form

language_service.proto:329

Depending on the language, Form can be categorizing different forms of verbs, adjectives, adverbs, etc. For example, categorizing inflected endings of verbs and adjectives or distinguishing between short and long forms of adjectives and participles

Used in: PartOfSpeech

enum PartOfSpeech.Gender

language_service.proto:368

Gender classes of nouns reflected in the behaviour of associated words.

Used in: PartOfSpeech

enum PartOfSpeech.Mood

language_service.proto:383

The grammatical feature of verbs, used for showing modality and attitude.

Used in: PartOfSpeech

enum PartOfSpeech.Number

language_service.proto:407

Count distinctions.

Used in: PartOfSpeech

enum PartOfSpeech.Person

language_service.proto:422

The distinction between the speaker, second person, third person, etc.

Used in: PartOfSpeech

enum PartOfSpeech.Proper

language_service.proto:440

This category shows if the token is part of a proper name.

Used in: PartOfSpeech

enum PartOfSpeech.Reciprocity

language_service.proto:452

Reciprocal features of a pronoun.

Used in: PartOfSpeech

enum PartOfSpeech.Tag

language_service.proto:216

The part of speech tags enum.

Used in: PartOfSpeech

enum PartOfSpeech.Tense

language_service.proto:465

Time reference.

Used in: PartOfSpeech

enum PartOfSpeech.Voice

language_service.proto:490

The relationship between the action that a verb expresses and the participants identified by its arguments.

Used in: PartOfSpeech

message Sentence

language_service.proto:114

Represents a sentence in the input document.

Used in: AnalyzeSentimentResponse, AnalyzeSyntaxResponse, AnnotateTextResponse

message Sentiment

language_service.proto:197

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

Used in: AnalyzeSentimentResponse, AnnotateTextResponse, Sentence

message TextSpan

language_service.proto:811

Represents an output piece of text.

Used in: EntityMention, Sentence, Token

message Token

language_service.proto:181

Represents the smallest syntactic building block of the text.

Used in: AnalyzeSyntaxResponse, AnnotateTextResponse