StartTextDetectionResponse constructor

StartTextDetectionResponse({
  1. String? jobId,
})

Implementation

StartTextDetectionResponse({
  this.jobId,
});