Document Intelligence
GetDownloadLinks
`DocumentIntelligence.GetDownloadLinks` returns presigned output URLs.
Signature
func (c *DocIntelClient) GetDownloadLinks(ctx context.Context, jobID string) (*DocIntelGetDownloadLinksResponse, error)Validation rules
jobIDmust be non-empty
Response highlights
| Field | Type |
|---|---|
JobID | string |
JobState | JobState |
StorageContainerType | ContainerType |
DownloadURLs | map[string]FileSignedURLDetails |
ErrorCode | *string |
ErrorMessage | *string |
Recommended sequence
- ensure processing is complete (or partially complete) via
GetStatus - call
GetDownloadLinks - fetch output files from returned presigned URLs