TranscriptionJobCollection¶
-
class
oci.ai_speech.models.
TranscriptionJobCollection
(**kwargs)¶ Bases:
object
Results of a Transcription Job search. Contains both TranscriptionJobSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new TranscriptionJobCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TranscriptionJobCollection. -
__init__
(**kwargs)¶ Initializes a new TranscriptionJobCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ai_speech.models.TranscriptionJobSummary]) – The value to assign to the items property of this TranscriptionJobCollection.
-
items
¶ [Required] Gets the items of this TranscriptionJobCollection. List of transcription jobs.
Returns: The items of this TranscriptionJobCollection. Return type: list[oci.ai_speech.models.TranscriptionJobSummary]
-