TypeEnum
public enum TypeEnum : String
The type of the audio resource:
audiofor an individual audio filearchivefor an archive (.zip or .tar.gz) file that contains audio filesundeterminedfor 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"
View on GitHub
TypeEnum Enumeration Reference