Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
WebEntity |
WebEntity.clone() |
WebEntity |
WebEntity.set(String fieldName,
Object value) |
WebEntity |
WebEntity.setDescription(String description)
Canonical description of the entity, in English.
|
WebEntity |
WebEntity.setEntityId(String entityId)
Opaque entity ID.
|
WebEntity |
WebEntity.setScore(Float score)
Overall relevancy score for the entity.
|
Modifier and Type | Method and Description |
---|---|
List<WebEntity> |
WebDetection.getWebEntities()
Deduced entities from similar images on the Internet.
|
Modifier and Type | Method and Description |
---|---|
WebDetection |
WebDetection.setWebEntities(List<WebEntity> webEntities)
Deduced entities from similar images on the Internet.
|
Copyright © 2011–2019 Google. All rights reserved.