Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AudioListing

Information about an audio resource from a custom acoustic model.

Hierarchy

  • AudioListing

Index

Properties

Optional audio

audio: AudioResource[]

_For an archive-type resource_, an array of AudioResource objects that provides information about the audio-type resources that are contained in the resource. Omitted for an audio-type resource.

Optional container

container: AudioResource

_For an archive-type resource_, an object of type AudioResource that provides information about the resource. Omitted for an audio-type resource.

Optional details

details: AudioDetails

_For an audio-type resource_, an AudioDetails object that provides detailed information about the resource. The object is empty until the service finishes processing the audio. Omitted for an archive-type resource.

Optional duration

duration: number

_For an audio-type resource_, the total seconds of audio in the resource. Omitted for an archive-type resource.

Optional name

name: string

_For an audio-type resource_, the user-specified name of the resource. Omitted for an archive-type resource.

Optional status

status: string

_For an audio-type resource_, the status of the resource:

  • ok: The service successfully analyzed the audio data. The data can be used to train the custom model.
  • being_processed: The service is still analyzing the audio data. The service cannot accept requests to add new audio resources or to train the custom model until its analysis is complete.
  • invalid: The audio data is not valid for training the custom model (possibly because it has the wrong format or sampling rate, or because it is corrupted).

Omitted for an archive-type resource.

Generated using TypeDoc