Show / Hide Table of Contents

Class TranscriptionJobCollection

Results of a Transcription Job search. Contains both TranscriptionJobSummary items and other information, such as metadata.

Inheritance
object
TranscriptionJobCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class TranscriptionJobCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TranscriptionJobSummary> Items { get; set; }
Property Value
Type Description
List<TranscriptionJobSummary>

List of transcription jobs.

Remarks

Required

In this article
Back to top