public static enum SummarizeTextDetails.Format extends Enum<SummarizeTextDetails.Format> implements BmcEnum
Indicates the style in which the summary will be delivered - in a free form paragraph or in bullet points. If “AUTO” is selected, the best option will be picked based on the input text.
Modifier and Type | Method and Description |
---|---|
static SummarizeTextDetails.Format |
create(String key) |
String |
getValue() |
static SummarizeTextDetails.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeTextDetails.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeTextDetails.Format Paragraph
public static final SummarizeTextDetails.Format Bullets
public static final SummarizeTextDetails.Format Auto
public static SummarizeTextDetails.Format[] values()
for (SummarizeTextDetails.Format c : SummarizeTextDetails.Format.values()) System.out.println(c);
public static SummarizeTextDetails.Format 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 SummarizeTextDetails.Format create(String key)
Copyright © 2016–2024. All rights reserved.