Class LanguageServiceGrpc.LanguageServiceStub (2.33.0)

public static final class LanguageServiceGrpc.LanguageServiceStub extends AbstractAsyncStub<LanguageServiceGrpc.LanguageServiceStub>

A stub to allow clients to do asynchronous rpc calls to service LanguageService.

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

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > LanguageServiceGrpc.LanguageServiceStub
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()

Methods

analyzeEntities(AnalyzeEntitiesRequest request, StreamObserver<AnalyzeEntitiesResponse> responseObserver)

public void analyzeEntities(AnalyzeEntitiesRequest request, StreamObserver<AnalyzeEntitiesResponse> responseObserver)

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

Parameters
NameDescription
requestAnalyzeEntitiesRequest
responseObserverio.grpc.stub.StreamObserver<AnalyzeEntitiesResponse>

analyzeSentiment(AnalyzeSentimentRequest request, StreamObserver<AnalyzeSentimentResponse> responseObserver)

public void analyzeSentiment(AnalyzeSentimentRequest request, StreamObserver<AnalyzeSentimentResponse> responseObserver)

Analyzes the sentiment of the provided text.

Parameters
NameDescription
requestAnalyzeSentimentRequest
responseObserverio.grpc.stub.StreamObserver<AnalyzeSentimentResponse>

annotateText(AnnotateTextRequest request, StreamObserver<AnnotateTextResponse> responseObserver)

public void annotateText(AnnotateTextRequest request, StreamObserver<AnnotateTextResponse> responseObserver)

A convenience method that provides all features in one call.

Parameters
NameDescription
requestAnnotateTextRequest
responseObserverio.grpc.stub.StreamObserver<AnnotateTextResponse>

build(Channel channel, CallOptions callOptions)

protected LanguageServiceGrpc.LanguageServiceStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

classifyText(ClassifyTextRequest request, StreamObserver<ClassifyTextResponse> responseObserver)

public void classifyText(ClassifyTextRequest request, StreamObserver<ClassifyTextResponse> responseObserver)

Classifies a document into categories.

Parameters
NameDescription
requestClassifyTextRequest
responseObserverio.grpc.stub.StreamObserver<ClassifyTextResponse>

moderateText(ModerateTextRequest request, StreamObserver<ModerateTextResponse> responseObserver)

public void moderateText(ModerateTextRequest request, StreamObserver<ModerateTextResponse> responseObserver)

Moderates a document for harmful and sensitive categories.

Parameters
NameDescription
requestModerateTextRequest
responseObserverio.grpc.stub.StreamObserver<ModerateTextResponse>