entityTypes property

List<EntityType>? entityTypes
final

The type of entity. The following can be returned:

  • KEY - An identifier for a field on the document.
  • VALUE - The field text.
EntityTypes isn't returned by DetectDocumentText and GetDocumentTextDetection.

Implementation

final List<EntityType>? entityTypes;