public static enum SummaryOptions.Format extends Enum<SummaryOptions.Format> implements com.google.protobuf.ProtocolMessageEnum
The Format enum.Protobuf enum
google.cloud.documentai.v1beta3.SummaryOptions.Format| Enum Constant and Description |
|---|
BULLETS
Format the output in bullets.
|
FORMAT_UNSPECIFIED
Default.
|
PARAGRAPH
Format the output in paragraphs.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BULLETS_VALUE
Format the output in bullets.
|
static int |
FORMAT_UNSPECIFIED_VALUE
Default.
|
static int |
PARAGRAPH_VALUE
Format the output in paragraphs.
|
| Modifier and Type | Method and Description |
|---|---|
static SummaryOptions.Format |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SummaryOptions.Format> |
internalGetValueMap() |
static SummaryOptions.Format |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SummaryOptions.Format |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SummaryOptions.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryOptions.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummaryOptions.Format FORMAT_UNSPECIFIED
Default.
FORMAT_UNSPECIFIED = 0;public static final SummaryOptions.Format PARAGRAPH
Format the output in paragraphs.
PARAGRAPH = 1;public static final SummaryOptions.Format BULLETS
Format the output in bullets.
BULLETS = 2;public static final SummaryOptions.Format UNRECOGNIZED
public static final int FORMAT_UNSPECIFIED_VALUE
Default.
FORMAT_UNSPECIFIED = 0;public static final int PARAGRAPH_VALUE
Format the output in paragraphs.
PARAGRAPH = 1;public static final int BULLETS_VALUE
Format the output in bullets.
BULLETS = 2;public static SummaryOptions.Format[] values()
for (SummaryOptions.Format c : SummaryOptions.Format.values()) System.out.println(c);
public static SummaryOptions.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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SummaryOptions.Format valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SummaryOptions.Format forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SummaryOptions.Format> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SummaryOptions.Format valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.