Class TranscriptionTaskSummary
Summary of the Transcription Task.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class TranscriptionTaskSummaryProperties
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A user-friendly display name for the task. | 
Remarks
Required
FileDurationInSeconds
Declaration
[JsonProperty(PropertyName = "fileDurationInSeconds")]
public int? FileDurationInSeconds { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Duration of input file in Seconds. | 
FileSizeInBytes
Declaration
[JsonProperty(PropertyName = "fileSizeInBytes")]
public int? FileSizeInBytes { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Size of input file in Bytes. | 
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the task. | 
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| 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. | 
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public TranscriptionTask.LifecycleStateEnum? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| TranscriptionTask.LifecycleStateEnum? | The current state of the Speech Job. | 
PercentComplete
Declaration
[JsonProperty(PropertyName = "percentComplete")]
public int? PercentComplete { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | How much progress the operation has made, vs the total amount of work that must be performed. | 
ProcessingDurationInSeconds
Declaration
[JsonProperty(PropertyName = "processingDurationInSeconds")]
public int? ProcessingDurationInSeconds { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Task proccessing duration, which excludes waiting time in the system. | 
TimeFinished
Declaration
[JsonProperty(PropertyName = "timeFinished")]
public DateTime? TimeFinished { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | Job finished time | 
TimeStarted
Declaration
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | Task started time |