Uses of Interface
com.google.cloud.language.v1.EntityOrBuilder
-
Packages that use EntityOrBuilder Package Description com.google.cloud.language.v1 A client to Cloud Natural Language API -
-
Uses of EntityOrBuilder in com.google.cloud.language.v1
Classes in com.google.cloud.language.v1 that implement EntityOrBuilder Modifier and Type Class Description class
Entity
Represents a phrase in the text that is a known entity, such as a person, an organization, or location.static class
Entity.Builder
Represents a phrase in the text that is a known entity, such as a person, an organization, or location.Methods in com.google.cloud.language.v1 that return EntityOrBuilder Modifier and Type Method Description EntityOrBuilder
AnalyzeEntitiesResponse.Builder. getEntitiesOrBuilder(int index)
The recognized entities in the input document.EntityOrBuilder
AnalyzeEntitiesResponse. getEntitiesOrBuilder(int index)
The recognized entities in the input document.EntityOrBuilder
AnalyzeEntitiesResponseOrBuilder. getEntitiesOrBuilder(int index)
The recognized entities in the input document.EntityOrBuilder
AnalyzeEntitySentimentResponse.Builder. getEntitiesOrBuilder(int index)
The recognized entities in the input document with associated sentiments.EntityOrBuilder
AnalyzeEntitySentimentResponse. getEntitiesOrBuilder(int index)
The recognized entities in the input document with associated sentiments.EntityOrBuilder
AnalyzeEntitySentimentResponseOrBuilder. getEntitiesOrBuilder(int index)
The recognized entities in the input document with associated sentiments.EntityOrBuilder
AnnotateTextResponse.Builder. getEntitiesOrBuilder(int index)
Entities, along with their semantic information, in the input document.EntityOrBuilder
AnnotateTextResponse. getEntitiesOrBuilder(int index)
Entities, along with their semantic information, in the input document.EntityOrBuilder
AnnotateTextResponseOrBuilder. getEntitiesOrBuilder(int index)
Entities, along with their semantic information, in the input document.Methods in com.google.cloud.language.v1 that return types with arguments of type EntityOrBuilder Modifier and Type Method Description List<? extends EntityOrBuilder>
AnalyzeEntitiesResponse.Builder. getEntitiesOrBuilderList()
The recognized entities in the input document.List<? extends EntityOrBuilder>
AnalyzeEntitiesResponse. getEntitiesOrBuilderList()
The recognized entities in the input document.List<? extends EntityOrBuilder>
AnalyzeEntitiesResponseOrBuilder. getEntitiesOrBuilderList()
The recognized entities in the input document.List<? extends EntityOrBuilder>
AnalyzeEntitySentimentResponse.Builder. getEntitiesOrBuilderList()
The recognized entities in the input document with associated sentiments.List<? extends EntityOrBuilder>
AnalyzeEntitySentimentResponse. getEntitiesOrBuilderList()
The recognized entities in the input document with associated sentiments.List<? extends EntityOrBuilder>
AnalyzeEntitySentimentResponseOrBuilder. getEntitiesOrBuilderList()
The recognized entities in the input document with associated sentiments.List<? extends EntityOrBuilder>
AnnotateTextResponse.Builder. getEntitiesOrBuilderList()
Entities, along with their semantic information, in the input document.List<? extends EntityOrBuilder>
AnnotateTextResponse. getEntitiesOrBuilderList()
Entities, along with their semantic information, in the input document.List<? extends EntityOrBuilder>
AnnotateTextResponseOrBuilder. getEntitiesOrBuilderList()
Entities, along with their semantic information, in the input document.
-