Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TranscriptionTask

Description of Transcription Task.

Properties

Optional audioFormatDetails

audioFormatDetails: model.AudioFormatDetails

Optional displayName

displayName: undefined | string

A user-friendly display name for the task.

Optional fileDurationInSeconds

fileDurationInSeconds: undefined | number

Duration of input file in Seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional fileSizeInBytes

fileSizeInBytes: undefined | number

Size of input file in Bytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

id

id: string

The OCID of the task.

Optional inputLocation

inputLocation: model.ObjectLocation

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Optional lifecycleState

lifecycleState: LifecycleState

The current state of the Task.

Optional modelDetails

modelDetails: model.TranscriptionModelDetails

Optional outputLocation

outputLocation: model.ObjectLocation

Optional percentComplete

percentComplete: undefined | number

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

Optional processingDurationInSeconds

processingDurationInSeconds: undefined | number

Task proccessing duration, which excludes waiting time in the system. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeFinished

timeFinished: Date

Task finished time.

Optional timeStarted

timeStarted: Date

Task started time.

Optional ttlInDays

ttlInDays: undefined | number

Time to live duration in days for tasks. Task will be available till max 90 days. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj