DetectEntitiesResponse constructor
DetectEntitiesResponse({})
Implementation
DetectEntitiesResponse({
required this.entities,
required this.modelVersion,
this.paginationToken,
this.unmappedAttributes,
});
DetectEntitiesResponse({
required this.entities,
required this.modelVersion,
this.paginationToken,
this.unmappedAttributes,
});