EntitiesBatchResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. textanalytics. models. EntitiesBatchResult
- com.
public class EntitiesBatchResult
The EntitiesBatchResult model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Entities |
documents()
Get the documents value. |
List<Error |
errors()
Get the errors value. |
Method Details
documents
public List
Get the documents value.
Returns:
the documents value
errors
public List
Get the errors value.
Returns:
the errors value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java