Uses of Interface
com.google.cloud.language.v2.EntityOrBuilder
-
Packages that use EntityOrBuilder Package Description com.google.cloud.language.v2 A client to Cloud Natural Language API -
-
Uses of EntityOrBuilder in com.google.cloud.language.v2
Classes in com.google.cloud.language.v2 that implement EntityOrBuilder Modifier and Type Class Description classEntityRepresents a phrase in the text that is a known entity, such as a person, an organization, or location.static classEntity.BuilderRepresents a phrase in the text that is a known entity, such as a person, an organization, or location.Methods in com.google.cloud.language.v2 that return EntityOrBuilder Modifier and Type Method Description EntityOrBuilderAnalyzeEntitiesResponse.Builder. getEntitiesOrBuilder(int index)The recognized entities in the input document.EntityOrBuilderAnalyzeEntitiesResponse. getEntitiesOrBuilder(int index)The recognized entities in the input document.EntityOrBuilderAnalyzeEntitiesResponseOrBuilder. getEntitiesOrBuilder(int index)The recognized entities in the input document.EntityOrBuilderAnnotateTextResponse.Builder. getEntitiesOrBuilder(int index)Entities, along with their semantic information, in the input document.EntityOrBuilderAnnotateTextResponse. getEntitiesOrBuilder(int index)Entities, along with their semantic information, in the input document.EntityOrBuilderAnnotateTextResponseOrBuilder. getEntitiesOrBuilder(int index)Entities, along with their semantic information, in the input document.Methods in com.google.cloud.language.v2 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>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.
-