Google Cloud Natural Language v1 API - Class LanguageService.LanguageServiceBase (3.6.0)

[BindServiceMethod(typeof(LanguageService), "BindService")]
public abstract class LanguageService.LanguageServiceBase

Reference documentation and code samples for the Google Cloud Natural Language v1 API class LanguageService.LanguageServiceBase.

Base class for server-side implementations of LanguageService

Inheritance

object > LanguageService.LanguageServiceBase

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Methods

AnalyzeEntities(AnalyzeEntitiesRequest, ServerCallContext)

public virtual Task<AnalyzeEntitiesResponse> AnalyzeEntities(AnalyzeEntitiesRequest request, ServerCallContext context)

Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.

Parameters
NameDescription
requestAnalyzeEntitiesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskAnalyzeEntitiesResponse

The response to send back to the client (wrapped by a task).

AnalyzeEntitySentiment(AnalyzeEntitySentimentRequest, ServerCallContext)

public virtual Task<AnalyzeEntitySentimentResponse> AnalyzeEntitySentiment(AnalyzeEntitySentimentRequest request, ServerCallContext context)

Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions.

Parameters
NameDescription
requestAnalyzeEntitySentimentRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskAnalyzeEntitySentimentResponse

The response to send back to the client (wrapped by a task).

AnalyzeSentiment(AnalyzeSentimentRequest, ServerCallContext)

public virtual Task<AnalyzeSentimentResponse> AnalyzeSentiment(AnalyzeSentimentRequest request, ServerCallContext context)

Analyzes the sentiment of the provided text.

Parameters
NameDescription
requestAnalyzeSentimentRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskAnalyzeSentimentResponse

The response to send back to the client (wrapped by a task).

AnalyzeSyntax(AnalyzeSyntaxRequest, ServerCallContext)

public virtual Task<AnalyzeSyntaxResponse> AnalyzeSyntax(AnalyzeSyntaxRequest request, ServerCallContext context)

Analyzes the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties.

Parameters
NameDescription
requestAnalyzeSyntaxRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskAnalyzeSyntaxResponse

The response to send back to the client (wrapped by a task).

AnnotateText(AnnotateTextRequest, ServerCallContext)

public virtual Task<AnnotateTextResponse> AnnotateText(AnnotateTextRequest request, ServerCallContext context)

A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and analyzeSyntax provide in one call.

Parameters
NameDescription
requestAnnotateTextRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskAnnotateTextResponse

The response to send back to the client (wrapped by a task).

ClassifyText(ClassifyTextRequest, ServerCallContext)

public virtual Task<ClassifyTextResponse> ClassifyText(ClassifyTextRequest request, ServerCallContext context)

Classifies a document into categories.

Parameters
NameDescription
requestClassifyTextRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskClassifyTextResponse

The response to send back to the client (wrapped by a task).

ModerateText(ModerateTextRequest, ServerCallContext)

public virtual Task<ModerateTextResponse> ModerateText(ModerateTextRequest request, ServerCallContext context)

Moderates a document for harmful and sensitive categories.

Parameters
NameDescription
requestModerateTextRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskModerateTextResponse

The response to send back to the client (wrapped by a task).