TranscriptionTaskCollection¶
-
class
oci.ai_speech.models.
TranscriptionTaskCollection
(**kwargs)¶ Bases:
object
Results of a Transcription Task search. Contains both TranscriptionTaskSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new TranscriptionTaskCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TranscriptionTaskCollection. -
__init__
(**kwargs)¶ Initializes a new TranscriptionTaskCollection 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.TranscriptionTaskSummary]) – The value to assign to the items property of this TranscriptionTaskCollection.
-
items
¶ [Required] Gets the items of this TranscriptionTaskCollection. List of Transcription Task.
Returns: The items of this TranscriptionTaskCollection. Return type: list[oci.ai_speech.models.TranscriptionTaskSummary]
-