public enum SummaryOptions.Format extends Enum<SummaryOptions.Format> implements ProtocolMessageEnum
The Format enum.
Protobuf enum google.cloud.documentai.v1beta3.SummaryOptions.Format
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BULLETS |
Format the output in bullets. |
BULLETS_VALUE |
Format the output in bullets. |
FORMAT_UNSPECIFIED |
Default. |
FORMAT_UNSPECIFIED_VALUE |
Default. |
PARAGRAPH |
Format the output in paragraphs. |
PARAGRAPH_VALUE |
Format the output in paragraphs. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |