BatchDetectEntitiesResponse class
Properties
-
errorList
→ List<BatchItemError>
-
A list containing one object for each document that contained an error. The
results are sorted in ascending order by the
Index
field and
match the order of the documents in the input list. If there are no errors
in the batch, the ErrorList
is empty.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
resultList
→ List<BatchDetectEntitiesItemResult>
-
A list of objects containing the results of the operation. The results are
sorted in ascending order by the
Index
field and match the
order of the documents in the input list. If all of the documents contain an
error, the ResultList
is empty.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited