Interface SummaryOptionsOrBuilder (2.45.0)

public interface SummaryOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFormat()

public abstract SummaryOptions.Format getFormat()

The format the summary should be in.

.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;

Returns
TypeDescription
SummaryOptions.Format

The format.

getFormatValue()

public abstract int getFormatValue()

The format the summary should be in.

.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for format.

getLength()

public abstract SummaryOptions.Length getLength()

How long the summary should be.

.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;

Returns
TypeDescription
SummaryOptions.Length

The length.

getLengthValue()

public abstract int getLengthValue()

How long the summary should be.

.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for length.