public interface SummaryOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SummaryOptions.Format |
getFormat()
The format the summary should be in.
|
int |
getFormatValue()
The format the summary should be in.
|
SummaryOptions.Length |
getLength()
How long the summary should be.
|
int |
getLengthValue()
How long the summary should be.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLengthValue()
How long the summary should be.
.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;SummaryOptions.Length getLength()
How long the summary should be.
.google.cloud.documentai.v1beta3.SummaryOptions.Length length = 1;int getFormatValue()
The format the summary should be in.
.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;SummaryOptions.Format getFormat()
The format the summary should be in.
.google.cloud.documentai.v1beta3.SummaryOptions.Format format = 2;Copyright © 2024 Google LLC. All rights reserved.