EntitiesBatchResultItem Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. textanalytics. models. EntitiesBatchResultItem
- com.
public class EntitiesBatchResultItem
The EntitiesBatchResultItem model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Entity |
entities()
Get the entities value. |
String |
id()
Get the id value. |
Method Details
entities
public List
Get the entities value.
Returns:
the entities value
id
public String id()
Get the id value.
Returns:
the id value
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java