public static enum JobOutput.AssetType extends Enum<JobOutput.AssetType> implements BmcEnum
Type of job output.
Enum Constant and Description |
---|
Audio |
CaptionFile |
Image |
InputFile |
Other |
Playlist |
TextAnalysis |
TranscriptionJob |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Video |
VisionJob |
Modifier and Type | Method and Description |
---|---|
static JobOutput.AssetType |
create(String key) |
String |
getValue() |
static JobOutput.AssetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobOutput.AssetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobOutput.AssetType Audio
public static final JobOutput.AssetType Video
public static final JobOutput.AssetType Playlist
public static final JobOutput.AssetType Image
public static final JobOutput.AssetType CaptionFile
public static final JobOutput.AssetType TranscriptionJob
public static final JobOutput.AssetType VisionJob
public static final JobOutput.AssetType TextAnalysis
public static final JobOutput.AssetType InputFile
public static final JobOutput.AssetType Other
public static final JobOutput.AssetType UnknownEnumValue
public static JobOutput.AssetType[] values()
for (JobOutput.AssetType c : JobOutput.AssetType.values()) System.out.println(c);
public static JobOutput.AssetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static JobOutput.AssetType create(String key)
Copyright © 2016–2024. All rights reserved.