StartDocumentTextDetectionResponse.fromJson constructor
Implementation
factory StartDocumentTextDetectionResponse.fromJson(
Map<String, dynamic> json) {
return StartDocumentTextDetectionResponse(
jobId: json['JobId'] as String?,
);
}
factory StartDocumentTextDetectionResponse.fromJson(
Map<String, dynamic> json) {
return StartDocumentTextDetectionResponse(
jobId: json['JobId'] as String?,
);
}