Class LanguageServiceStub (2.42.0)

public abstract class LanguageServiceStub implements BackgroundResource

Base stub class for the LanguageService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > LanguageServiceStub

Implements

BackgroundResource

Constructors

LanguageServiceStub()

public LanguageServiceStub()

Methods

analyzeEntitiesCallable()

public UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> analyzeEntitiesCallable()
Returns
TypeDescription
UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>

analyzeEntitySentimentCallable()

public UnaryCallable<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse> analyzeEntitySentimentCallable()
Returns
TypeDescription
UnaryCallable<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>

analyzeSentimentCallable()

public UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse> analyzeSentimentCallable()
Returns
TypeDescription
UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>

analyzeSyntaxCallable()

public UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> analyzeSyntaxCallable()
Returns
TypeDescription
UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>

annotateTextCallable()

public UnaryCallable<AnnotateTextRequest,AnnotateTextResponse> annotateTextCallable()
Returns
TypeDescription
UnaryCallable<AnnotateTextRequest,AnnotateTextResponse>

classifyTextCallable()

public UnaryCallable<ClassifyTextRequest,ClassifyTextResponse> classifyTextCallable()
Returns
TypeDescription
UnaryCallable<ClassifyTextRequest,ClassifyTextResponse>

close()

public abstract void close()

moderateTextCallable()

public UnaryCallable<ModerateTextRequest,ModerateTextResponse> moderateTextCallable()
Returns
TypeDescription
UnaryCallable<ModerateTextRequest,ModerateTextResponse>