Enum SummaryOptions.Format (2.45.0)

public enum SummaryOptions.Format extends Enum<SummaryOptions.Format> implements ProtocolMessageEnum

The Format enum.

Protobuf enum google.cloud.documentai.v1beta3.SummaryOptions.Format

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BULLETS

Format the output in bullets.

BULLETS = 2;

BULLETS_VALUE

Format the output in bullets.

BULLETS = 2;

FORMAT_UNSPECIFIED

Default.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

Default.

FORMAT_UNSPECIFIED = 0;

PARAGRAPH

Format the output in paragraphs.

PARAGRAPH = 1;

PARAGRAPH_VALUE

Format the output in paragraphs.

PARAGRAPH = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()