Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AudioResources

Information about the audio resources from a custom acoustic model.

Hierarchy

  • AudioResources

Index

Properties

audio

audio: AudioResource[]

An array of AudioResource objects that provides information about the audio resources of the custom acoustic model. The array is empty if the custom model has no audio resources.

total_minutes_of_audio

total_minutes_of_audio: number

The total minutes of accumulated audio summed over all of the valid audio resources for the custom acoustic model. You can use this value to determine whether the custom model has too little or too much audio to begin training.

Generated using TypeDoc