public static enum AnnotatorSelector.SummarizationConfig.ModelSourceCase extends Enum<AnnotatorSelector.SummarizationConfig.ModelSourceCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CONVERSATION_PROFILE |
MODELSOURCE_NOT_SET |
SUMMARIZATION_MODEL |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatorSelector.SummarizationConfig.ModelSourceCase |
forNumber(int value) |
int |
getNumber() |
static AnnotatorSelector.SummarizationConfig.ModelSourceCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AnnotatorSelector.SummarizationConfig.ModelSourceCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotatorSelector.SummarizationConfig.ModelSourceCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotatorSelector.SummarizationConfig.ModelSourceCase CONVERSATION_PROFILE
public static final AnnotatorSelector.SummarizationConfig.ModelSourceCase SUMMARIZATION_MODEL
public static final AnnotatorSelector.SummarizationConfig.ModelSourceCase MODELSOURCE_NOT_SET
public static AnnotatorSelector.SummarizationConfig.ModelSourceCase[] values()
for (AnnotatorSelector.SummarizationConfig.ModelSourceCase c : AnnotatorSelector.SummarizationConfig.ModelSourceCase.values()) System.out.println(c);
public static AnnotatorSelector.SummarizationConfig.ModelSourceCase 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 null@Deprecated public static AnnotatorSelector.SummarizationConfig.ModelSourceCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static AnnotatorSelector.SummarizationConfig.ModelSourceCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.