Uses of Class
com.google.cloud.language.v2.AnalyzeSentimentResponse
-
Packages that use AnalyzeSentimentResponse Package Description com.google.cloud.language.v2 A client to Cloud Natural Language APIcom.google.cloud.language.v2.stub -
-
Uses of AnalyzeSentimentResponse in com.google.cloud.language.v2
Methods in com.google.cloud.language.v2 that return AnalyzeSentimentResponse Modifier and Type Method Description AnalyzeSentimentResponseLanguageServiceClient. analyzeSentiment(AnalyzeSentimentRequest request)Analyzes the sentiment of the provided text.AnalyzeSentimentResponseLanguageServiceClient. analyzeSentiment(Document document)Analyzes the sentiment of the provided text.AnalyzeSentimentResponseLanguageServiceClient. analyzeSentiment(Document document, EncodingType encodingType)Analyzes the sentiment of the provided text.AnalyzeSentimentResponseLanguageServiceGrpc.LanguageServiceBlockingStub. analyzeSentiment(AnalyzeSentimentRequest request)Analyzes the sentiment of the provided text.AnalyzeSentimentResponseAnalyzeSentimentResponse.Builder. build()AnalyzeSentimentResponseAnalyzeSentimentResponse.Builder. buildPartial()static AnalyzeSentimentResponseAnalyzeSentimentResponse. getDefaultInstance()AnalyzeSentimentResponseAnalyzeSentimentResponse.Builder. getDefaultInstanceForType()AnalyzeSentimentResponseAnalyzeSentimentResponse. getDefaultInstanceForType()static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseDelimitedFrom(InputStream input)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(byte[] data)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(com.google.protobuf.ByteString data)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(InputStream input)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(ByteBuffer data)static AnalyzeSentimentResponseAnalyzeSentimentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v2 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.v2 with parameters of type AnalyzeSentimentResponse Modifier and Type Method Description AnalyzeSentimentResponse.BuilderAnalyzeSentimentResponse.Builder. mergeFrom(AnalyzeSentimentResponse other)static AnalyzeSentimentResponse.BuilderAnalyzeSentimentResponse. newBuilder(AnalyzeSentimentResponse prototype)Method parameters in com.google.cloud.language.v2 with type arguments of type AnalyzeSentimentResponse Modifier and Type Method Description default voidLanguageServiceGrpc.AsyncService. analyzeSentiment(AnalyzeSentimentRequest request, io.grpc.stub.StreamObserver<AnalyzeSentimentResponse> responseObserver)Analyzes the sentiment of the provided text.voidLanguageServiceGrpc.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.v2.stub
Methods in com.google.cloud.language.v2.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.
-