Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecognizeLinkedEntitiesResultArray

Package version

Array of RecognizeLinkedEntitiesResult objects corresponding to a batch of input documents, and annotated with information about the batch operation.

Hierarchy

Index

Properties

modelVersion

modelVersion: string

The version of the text analytics model used by this operation on this batch of input documents.

Optional statistics

Statistics about the input document batch and how it was processed by the service. This property will have a value when includeStatistics is set to true in the client call.

Methods

[Symbol.iterator]

  • Iterator

    Returns IterableIterator<RecognizeLinkedEntitiesResult>

entries

  • Returns an iterable of key, value pairs for every entry in the array

    Returns IterableIterator<[number, RecognizeLinkedEntitiesResult]>

keys

  • keys(): IterableIterator<number>
  • Returns an iterable of keys in the array

    Returns IterableIterator<number>

values

  • Returns an iterable of values in the array

    Returns IterableIterator<RecognizeLinkedEntitiesResult>

Generated using TypeDoc