Uses of Class
com.google.cloud.language.v1.AnalyzeEntitySentimentResponse
-
Packages that use AnalyzeEntitySentimentResponse Package Description com.google.cloud.language.v1 A client to Cloud Natural Language APIcom.google.cloud.language.v1.stub -
-
Uses of AnalyzeEntitySentimentResponse in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return AnalyzeEntitySentimentResponse Modifier and Type Method Description AnalyzeEntitySentimentResponse
LanguageServiceClient. analyzeEntitySentiment(AnalyzeEntitySentimentRequest request)
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions.AnalyzeEntitySentimentResponse
LanguageServiceClient. analyzeEntitySentiment(Document document)
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions.AnalyzeEntitySentimentResponse
LanguageServiceClient. analyzeEntitySentiment(Document document, EncodingType encodingType)
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions.AnalyzeEntitySentimentResponse
LanguageServiceGrpc.LanguageServiceBlockingStub. analyzeEntitySentiment(AnalyzeEntitySentimentRequest request)
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions.AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse.Builder. build()
AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse.Builder. buildPartial()
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. getDefaultInstance()
AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse.Builder. getDefaultInstanceForType()
AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. getDefaultInstanceForType()
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseDelimitedFrom(InputStream input)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(byte[] data)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(InputStream input)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(ByteBuffer data)
static AnalyzeEntitySentimentResponse
AnalyzeEntitySentimentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1 that return types with arguments of type AnalyzeEntitySentimentResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AnalyzeEntitySentimentResponse>
LanguageServiceGrpc.LanguageServiceFutureStub. analyzeEntitySentiment(AnalyzeEntitySentimentRequest request)
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions.com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
LanguageServiceClient. analyzeEntitySentimentCallable()
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
LanguageServiceSettings. analyzeEntitySentimentSettings()
Returns the object with the settings used for calls to analyzeEntitySentiment.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
LanguageServiceSettings.Builder. analyzeEntitySentimentSettings()
Returns the builder for the settings used for calls to analyzeEntitySentiment.static io.grpc.MethodDescriptor<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
LanguageServiceGrpc. getAnalyzeEntitySentimentMethod()
com.google.protobuf.Parser<AnalyzeEntitySentimentResponse>
AnalyzeEntitySentimentResponse. getParserForType()
static com.google.protobuf.Parser<AnalyzeEntitySentimentResponse>
AnalyzeEntitySentimentResponse. parser()
Methods in com.google.cloud.language.v1 with parameters of type AnalyzeEntitySentimentResponse Modifier and Type Method Description AnalyzeEntitySentimentResponse.Builder
AnalyzeEntitySentimentResponse.Builder. mergeFrom(AnalyzeEntitySentimentResponse other)
static AnalyzeEntitySentimentResponse.Builder
AnalyzeEntitySentimentResponse. newBuilder(AnalyzeEntitySentimentResponse prototype)
Method parameters in com.google.cloud.language.v1 with type arguments of type AnalyzeEntitySentimentResponse Modifier and Type Method Description default void
LanguageServiceGrpc.AsyncService. analyzeEntitySentiment(AnalyzeEntitySentimentRequest request, io.grpc.stub.StreamObserver<AnalyzeEntitySentimentResponse> responseObserver)
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions.void
LanguageServiceGrpc.LanguageServiceStub. analyzeEntitySentiment(AnalyzeEntitySentimentRequest request, io.grpc.stub.StreamObserver<AnalyzeEntitySentimentResponse> responseObserver)
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes sentiment associated with each entity and its mentions. -
Uses of AnalyzeEntitySentimentResponse in com.google.cloud.language.v1.stub
Methods in com.google.cloud.language.v1.stub that return types with arguments of type AnalyzeEntitySentimentResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
GrpcLanguageServiceStub. analyzeEntitySentimentCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
HttpJsonLanguageServiceStub. analyzeEntitySentimentCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
LanguageServiceStub. analyzeEntitySentimentCallable()
com.google.api.gax.rpc.UnaryCallSettings<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
LanguageServiceStubSettings. analyzeEntitySentimentSettings()
Returns the object with the settings used for calls to analyzeEntitySentiment.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse>
LanguageServiceStubSettings.Builder. analyzeEntitySentimentSettings()
Returns the builder for the settings used for calls to analyzeEntitySentiment.
-