EntitiesBatchResultItem Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.textanalytics.models.EntitiesBatchResultItem

public class EntitiesBatchResultItem

The EntitiesBatchResultItem model.

Method Summary

Modifier and Type Method and Description
List<EntityRecord> entities()

Get the entities value.

String id()

Get the id value.

Method Details

entities

public List entities()

Get the entities value.

Returns:

the entities value

id

public String id()

Get the id value.

Returns:

the id value

Applies to