Uses of Class
com.google.cloud.language.v1beta2.AnalyzeSentimentResponse
-
Packages that use AnalyzeSentimentResponse Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language APIcom.google.cloud.language.v1beta2.stub -
-
Uses of AnalyzeSentimentResponse in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return AnalyzeSentimentResponse Modifier and Type Method Description AnalyzeSentimentResponse
LanguageServiceClient. analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.AnalyzeSentimentResponse
LanguageServiceClient. analyzeSentiment(Document document)
Analyzes the sentiment of the provided text.AnalyzeSentimentResponse
LanguageServiceClient. analyzeSentiment(Document document, EncodingType encodingType)
Analyzes the sentiment of the provided text.AnalyzeSentimentResponse
LanguageServiceGrpc.LanguageServiceBlockingStub. analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.AnalyzeSentimentResponse
AnalyzeSentimentResponse.Builder. build()
AnalyzeSentimentResponse
AnalyzeSentimentResponse.Builder. buildPartial()
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. getDefaultInstance()
AnalyzeSentimentResponse
AnalyzeSentimentResponse.Builder. getDefaultInstanceForType()
AnalyzeSentimentResponse
AnalyzeSentimentResponse. getDefaultInstanceForType()
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseDelimitedFrom(InputStream input)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(byte[] data)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(InputStream input)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(ByteBuffer data)
static AnalyzeSentimentResponse
AnalyzeSentimentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1beta2 that return types with arguments of type AnalyzeSentimentResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AnalyzeSentimentResponse>
LanguageServiceGrpc.LanguageServiceFutureStub. analyzeSentiment(AnalyzeSentimentRequest request)
Analyzes the sentiment of the provided text.com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
LanguageServiceClient. analyzeSentimentCallable()
Analyzes the sentiment of the provided text.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
LanguageServiceSettings. analyzeSentimentSettings()
Returns the object with the settings used for calls to analyzeSentiment.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
LanguageServiceSettings.Builder. analyzeSentimentSettings()
Returns the builder for the settings used for calls to analyzeSentiment.static io.grpc.MethodDescriptor<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
LanguageServiceGrpc. getAnalyzeSentimentMethod()
com.google.protobuf.Parser<AnalyzeSentimentResponse>
AnalyzeSentimentResponse. getParserForType()
static com.google.protobuf.Parser<AnalyzeSentimentResponse>
AnalyzeSentimentResponse. parser()
Methods in com.google.cloud.language.v1beta2 with parameters of type AnalyzeSentimentResponse Modifier and Type Method Description AnalyzeSentimentResponse.Builder
AnalyzeSentimentResponse.Builder. mergeFrom(AnalyzeSentimentResponse other)
static AnalyzeSentimentResponse.Builder
AnalyzeSentimentResponse. newBuilder(AnalyzeSentimentResponse prototype)
Method parameters in com.google.cloud.language.v1beta2 with type arguments of type AnalyzeSentimentResponse Modifier and Type Method Description default void
LanguageServiceGrpc.AsyncService. analyzeSentiment(AnalyzeSentimentRequest request, io.grpc.stub.StreamObserver<AnalyzeSentimentResponse> responseObserver)
Analyzes the sentiment of the provided text.void
LanguageServiceGrpc.LanguageServiceStub. analyzeSentiment(AnalyzeSentimentRequest request, io.grpc.stub.StreamObserver<AnalyzeSentimentResponse> responseObserver)
Analyzes the sentiment of the provided text. -
Uses of AnalyzeSentimentResponse in com.google.cloud.language.v1beta2.stub
Methods in com.google.cloud.language.v1beta2.stub that return types with arguments of type AnalyzeSentimentResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
GrpcLanguageServiceStub. analyzeSentimentCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
HttpJsonLanguageServiceStub. analyzeSentimentCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
LanguageServiceStub. analyzeSentimentCallable()
com.google.api.gax.rpc.UnaryCallSettings<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
LanguageServiceStubSettings. analyzeSentimentSettings()
Returns the object with the settings used for calls to analyzeSentiment.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeSentimentRequest,AnalyzeSentimentResponse>
LanguageServiceStubSettings.Builder. analyzeSentimentSettings()
Returns the builder for the settings used for calls to analyzeSentiment.
-