Class LanguageServiceGrpc.LanguageServiceImplBase
- java.lang.Object
-
- com.google.cloud.language.v1beta2.LanguageServiceGrpc.LanguageServiceImplBase
-
- All Implemented Interfaces:
LanguageServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- LanguageServiceGrpc
public abstract static class LanguageServiceGrpc.LanguageServiceImplBase extends Object implements io.grpc.BindableService, LanguageServiceGrpc.AsyncService
Base class for the server implementation of the service LanguageService.Provides text analysis operations such as sentiment analysis and entity recognition.
-
-
Constructor Summary
Constructors Constructor Description LanguageServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.language.v1beta2.LanguageServiceGrpc.AsyncService
analyzeEntities, analyzeEntitySentiment, analyzeSentiment, analyzeSyntax, annotateText, classifyText, moderateText
-
-