- analyzeEntities(AnalyzeEntitiesRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceBlockingStub
-
Finds named entities (currently proper names and common nouns) in the text
along with entity types, salience, mentions for each entity, and
other properties.
- analyzeEntities(AnalyzeEntitiesRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceFutureStub
-
Finds named entities (currently proper names and common nouns) in the text
along with entity types, salience, mentions for each entity, and
other properties.
- analyzeEntities(AnalyzeEntitiesRequest, StreamObserver<AnalyzeEntitiesResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceImplBase
-
Finds named entities (currently proper names and common nouns) in the text
along with entity types, salience, mentions for each entity, and
other properties.
- analyzeEntities(AnalyzeEntitiesRequest, StreamObserver<AnalyzeEntitiesResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceStub
-
Finds named entities (currently proper names and common nouns) in the text
along with entity types, salience, mentions for each entity, and
other properties.
- analyzeEntitySentiment(AnalyzeEntitySentimentRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceBlockingStub
-
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
sentiment associated with each entity and its mentions.
- analyzeEntitySentiment(AnalyzeEntitySentimentRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceFutureStub
-
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
sentiment associated with each entity and its mentions.
- analyzeEntitySentiment(AnalyzeEntitySentimentRequest, StreamObserver<AnalyzeEntitySentimentResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceImplBase
-
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
sentiment associated with each entity and its mentions.
- analyzeEntitySentiment(AnalyzeEntitySentimentRequest, StreamObserver<AnalyzeEntitySentimentResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceStub
-
Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
sentiment associated with each entity and its mentions.
- analyzeSentiment(AnalyzeSentimentRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceBlockingStub
-
Analyzes the sentiment of the provided text.
- analyzeSentiment(AnalyzeSentimentRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceFutureStub
-
Analyzes the sentiment of the provided text.
- analyzeSentiment(AnalyzeSentimentRequest, StreamObserver<AnalyzeSentimentResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceImplBase
-
Analyzes the sentiment of the provided text.
- analyzeSentiment(AnalyzeSentimentRequest, StreamObserver<AnalyzeSentimentResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceStub
-
Analyzes the sentiment of the provided text.
- analyzeSyntax(AnalyzeSyntaxRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceBlockingStub
-
Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
- analyzeSyntax(AnalyzeSyntaxRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceFutureStub
-
Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
- analyzeSyntax(AnalyzeSyntaxRequest, StreamObserver<AnalyzeSyntaxResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceImplBase
-
Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
- analyzeSyntax(AnalyzeSyntaxRequest, StreamObserver<AnalyzeSyntaxResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceStub
-
Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
- annotateText(AnnotateTextRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceBlockingStub
-
A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.
- annotateText(AnnotateTextRequest) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceFutureStub
-
A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.
- annotateText(AnnotateTextRequest, StreamObserver<AnnotateTextResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceImplBase
-
A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.
- annotateText(AnnotateTextRequest, StreamObserver<AnnotateTextResponse>) - Method in class com.google.cloud.language.v1.LanguageServiceGrpc.LanguageServiceStub
-
A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.