Class LanguageServiceStub
- java.lang.Object
-
- com.google.cloud.language.v1.stub.LanguageServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcLanguageServiceStub
,HttpJsonLanguageServiceStub
@Generated("by gapic-generator-java") public abstract class LanguageServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the LanguageService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description LanguageServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
analyzeEntitiesCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
analyzeEntitySentimentCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
analyzeSentimentCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse>
analyzeSyntaxCallable()
com.google.api.gax.rpc.UnaryCallable<AnnotateTextRequest,AnnotateTextResponse>
annotateTextCallable()
com.google.api.gax.rpc.UnaryCallable<ClassifyTextRequest,ClassifyTextResponse>
classifyTextCallable()
abstract void
close()
com.google.api.gax.rpc.UnaryCallable<ModerateTextRequest,ModerateTextResponse>
moderateTextCallable()
-
-
-
Method Detail
-
analyzeSentimentCallable
public com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse> analyzeSentimentCallable()
-
analyzeEntitiesCallable
public com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> analyzeEntitiesCallable()
-
analyzeEntitySentimentCallable
public com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse> analyzeEntitySentimentCallable()
-
analyzeSyntaxCallable
public com.google.api.gax.rpc.UnaryCallable<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> analyzeSyntaxCallable()
-
classifyTextCallable
public com.google.api.gax.rpc.UnaryCallable<ClassifyTextRequest,ClassifyTextResponse> classifyTextCallable()
-
moderateTextCallable
public com.google.api.gax.rpc.UnaryCallable<ModerateTextRequest,ModerateTextResponse> moderateTextCallable()
-
annotateTextCallable
public com.google.api.gax.rpc.UnaryCallable<AnnotateTextRequest,AnnotateTextResponse> annotateTextCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-