Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ImageJob

The job details for a batch image analysis.

Properties

compartmentId

compartmentId: string

The OCID of the compartment that starts the job.

Optional displayName

displayName: undefined | string

The image job display name.

features

features: Array<ImageFeature>

The list of requested document analysis types.

id

id: string

The job id

Optional inputLocation

inputLocation: model.ObjectListInlineInputLocation

Optional isZipOutputEnabled

isZipOutputEnabled: undefined | false | true

Whether or not to generate a ZIP file containing the results.

Optional lifecycleDetails

lifecycleDetails: LifecycleDetails

The detailed status of FAILED state.

lifecycleState

lifecycleState: LifecycleState

The current state of the batch image job.

outputLocation

outputLocation: OutputLocation

Optional percentComplete

percentComplete: undefined | number

How much progress the operation has made, compared to the total amount of work to be performed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

timeAccepted

timeAccepted: Date

The job acceptance time.

Optional timeFinished

timeFinished: Date

The job finish time.

Optional timeStarted

timeStarted: Date

The job start time.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: ImageJob): object

getJsonObj