Uses of Class
com.google.cloud.language.v1.AnalyzeEntitiesRequest
-
Packages that use AnalyzeEntitiesRequest Package Description com.google.cloud.language.v1 A client to Cloud Natural Language APIcom.google.cloud.language.v1.stub -
-
Uses of AnalyzeEntitiesRequest in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return AnalyzeEntitiesRequest Modifier and Type Method Description AnalyzeEntitiesRequestAnalyzeEntitiesRequest.Builder. build()AnalyzeEntitiesRequestAnalyzeEntitiesRequest.Builder. buildPartial()static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. getDefaultInstance()AnalyzeEntitiesRequestAnalyzeEntitiesRequest.Builder. getDefaultInstanceForType()AnalyzeEntitiesRequestAnalyzeEntitiesRequest. getDefaultInstanceForType()static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseDelimitedFrom(InputStream input)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(byte[] data)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(com.google.protobuf.ByteString data)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(InputStream input)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(ByteBuffer data)static AnalyzeEntitiesRequestAnalyzeEntitiesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v1 that return types with arguments of type AnalyzeEntitiesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>LanguageServiceClient. analyzeEntitiesCallable()Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>LanguageServiceSettings. analyzeEntitiesSettings()Returns the object with the settings used for calls to analyzeEntities.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>LanguageServiceSettings.Builder. analyzeEntitiesSettings()Returns the builder for the settings used for calls to analyzeEntities.static io.grpc.MethodDescriptor<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>LanguageServiceGrpc. getAnalyzeEntitiesMethod()com.google.protobuf.Parser<AnalyzeEntitiesRequest>AnalyzeEntitiesRequest. getParserForType()static com.google.protobuf.Parser<AnalyzeEntitiesRequest>AnalyzeEntitiesRequest. parser()Methods in com.google.cloud.language.v1 with parameters of type AnalyzeEntitiesRequest Modifier and Type Method Description AnalyzeEntitiesResponseLanguageServiceClient. analyzeEntities(AnalyzeEntitiesRequest request)Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.default voidLanguageServiceGrpc.AsyncService. analyzeEntities(AnalyzeEntitiesRequest request, io.grpc.stub.StreamObserver<AnalyzeEntitiesResponse> responseObserver)Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.AnalyzeEntitiesResponseLanguageServiceGrpc.LanguageServiceBlockingStub. analyzeEntities(AnalyzeEntitiesRequest request)Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.com.google.common.util.concurrent.ListenableFuture<AnalyzeEntitiesResponse>LanguageServiceGrpc.LanguageServiceFutureStub. analyzeEntities(AnalyzeEntitiesRequest request)Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.voidLanguageServiceGrpc.LanguageServiceStub. analyzeEntities(AnalyzeEntitiesRequest request, io.grpc.stub.StreamObserver<AnalyzeEntitiesResponse> responseObserver)Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.AnalyzeEntitiesRequest.BuilderAnalyzeEntitiesRequest.Builder. mergeFrom(AnalyzeEntitiesRequest other)static AnalyzeEntitiesRequest.BuilderAnalyzeEntitiesRequest. newBuilder(AnalyzeEntitiesRequest prototype) -
Uses of AnalyzeEntitiesRequest in com.google.cloud.language.v1.stub
Methods in com.google.cloud.language.v1.stub that return types with arguments of type AnalyzeEntitiesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>GrpcLanguageServiceStub. analyzeEntitiesCallable()com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>HttpJsonLanguageServiceStub. analyzeEntitiesCallable()com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>LanguageServiceStub. analyzeEntitiesCallable()com.google.api.gax.rpc.UnaryCallSettings<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>LanguageServiceStubSettings. analyzeEntitiesSettings()Returns the object with the settings used for calls to analyzeEntities.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>LanguageServiceStubSettings.Builder. analyzeEntitiesSettings()Returns the builder for the settings used for calls to analyzeEntities.
-