Document Intelligence
Start
`DocumentIntelligence.Start` begins processing an uploaded document.
Signature
func (c *DocIntelClient) Start(ctx context.Context, jobID string) (*DocIntelJobStatusResponse, error)Validation rules
jobIDmust be non-empty (trim-space aware)
Endpoint
POST /doc-digitization/job/v1/{job_id}/start
Next step
Poll with GetStatus.