TypeEnum
public enum TypeEnum : String
The type of the audio resource:
audio
for an individual audio filearchive
for an archive (.zip or .tar.gz) file that contains audio filesundetermined
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"