| Package | Description |
|---|---|
| com.google.api.services.language.v2 | |
| com.google.api.services.language.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CloudNaturalLanguage.Documents.AnalyzeEntities |
CloudNaturalLanguage.Documents.analyzeEntities(AnalyzeEntitiesRequest content)
Finds named entities (currently proper names and common nouns) in the text along with entity
types, probability, mentions for each entity, and other properties.
|
| Constructor and Description |
|---|
AnalyzeEntities(AnalyzeEntitiesRequest content)
Finds named entities (currently proper names and common nouns) in the text along with entity
types, probability, mentions for each entity, and other properties.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyzeEntitiesRequest |
AnalyzeEntitiesRequest.clone() |
AnalyzeEntitiesRequest |
AnalyzeEntitiesRequest.set(String fieldName,
Object value) |
AnalyzeEntitiesRequest |
AnalyzeEntitiesRequest.setDocument(Document document)
Required.
|
AnalyzeEntitiesRequest |
AnalyzeEntitiesRequest.setEncodingType(String encodingType)
The encoding type used by the API to calculate offsets.
|
Copyright © 2011–2025 Google. All rights reserved.