DetectEntitiesResponse class

Constructors

DetectEntitiesResponse({required List<Entity> entities, required String modelVersion, String? paginationToken, List<UnmappedAttribute>? unmappedAttributes})
DetectEntitiesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

entities List<Entity>
The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
final
hashCode int
The hash code for this object.
no setterinherited
modelVersion String
The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.
final
paginationToken String?
If the result of the previous request to DetectEntities was truncated, include the PaginationToken to fetch the next page of entities.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unmappedAttributes List<UnmappedAttribute>?
Attributes extracted from the input text that we were unable to relate to an entity.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited