$GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect.fromJson constructor
$GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect.fromJson(
- Map json_
Implementation
$GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect.fromJson(
core.Map json_,
) : this(
confidence: (json_['confidence'] as core.num?)?.toDouble(),
type: json_['type'] as core.String?,
);