@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/language/v1/language_service.proto") public final class LanguageServiceGrpc extends Object
Provides text analysis operations such as sentiment analysis and entity recognition.
Modifier and Type | Class and Description |
---|---|
static class |
LanguageServiceGrpc.LanguageServiceBlockingStub
Provides text analysis operations such as sentiment analysis and entity
recognition.
|
static class |
LanguageServiceGrpc.LanguageServiceFutureStub
Provides text analysis operations such as sentiment analysis and entity
recognition.
|
static class |
LanguageServiceGrpc.LanguageServiceImplBase
Provides text analysis operations such as sentiment analysis and entity
recognition.
|
static class |
LanguageServiceGrpc.LanguageServiceStub
Provides text analysis operations such as sentiment analysis and entity
recognition.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<AnalyzeSentimentRequest,AnalyzeSentimentResponse> getAnalyzeSentimentMethod()
public static MethodDescriptor<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> getAnalyzeEntitiesMethod()
public static MethodDescriptor<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse> getAnalyzeEntitySentimentMethod()
public static MethodDescriptor<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> getAnalyzeSyntaxMethod()
public static MethodDescriptor<ClassifyTextRequest,ClassifyTextResponse> getClassifyTextMethod()
public static MethodDescriptor<AnnotateTextRequest,AnnotateTextResponse> getAnnotateTextMethod()
public static LanguageServiceGrpc.LanguageServiceStub newStub(Channel channel)
public static LanguageServiceGrpc.LanguageServiceBlockingStub newBlockingStub(Channel channel)
public static LanguageServiceGrpc.LanguageServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.