TypeEnum

public enum TypeEnum : String

The type of the audio resource:

  • audio for an individual audio file
  • archive for an archive (.zip or .tar.gz) file that contains audio files
  • undetermined for a resource that the service cannot validate (for example, if the user mistakenly passes a file that does not contain audio, such as a JPEG file).
  • Undocumented

    Declaration

    Swift

    case audio = "audio"
  • Undocumented

    Declaration

    Swift

    case archive = "archive"
  • Undocumented

    Declaration

    Swift

    case undetermined = "undetermined"