StartDocumentTextDetectionResponse constructor

StartDocumentTextDetectionResponse({
  1. String? jobId,
})

Implementation

StartDocumentTextDetectionResponse({
  this.jobId,
});