- 2.57.0 (latest)
- 2.56.0
- 2.55.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.5
- 2.6.2
- 2.5.1
- 2.4.3
- 2.3.1
- 2.2.1
- 2.1.9
public static final class TableExtractionParams.Builder extends GeneratedMessageV3.Builder<TableExtractionParams.Builder> implements TableExtractionParamsOrBuilder
Parameters to control table extraction behavior.
Protobuf type google.cloud.documentai.v1beta2.TableExtractionParams
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TableExtractionParams.BuilderImplements
TableExtractionParamsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllHeaderHints(Iterable<String> values)
public TableExtractionParams.Builder addAllHeaderHints(Iterable<String> values)
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values | Iterable<String> The headerHints to add. |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
addAllTableBoundHints(Iterable<? extends TableBoundHint> values)
public TableExtractionParams.Builder addAllTableBoundHints(Iterable<? extends TableBoundHint> values)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.documentai.v1beta2.TableBoundHint> |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
addHeaderHints(String value)
public TableExtractionParams.Builder addHeaderHints(String value)
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | String The headerHints to add. |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
addHeaderHintsBytes(ByteString value)
public TableExtractionParams.Builder addHeaderHintsBytes(ByteString value)
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes of the headerHints to add. |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TableExtractionParams.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
addTableBoundHints(TableBoundHint value)
public TableExtractionParams.Builder addTableBoundHints(TableBoundHint value)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | TableBoundHint |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
addTableBoundHints(TableBoundHint.Builder builderForValue)
public TableExtractionParams.Builder addTableBoundHints(TableBoundHint.Builder builderForValue)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue | TableBoundHint.Builder |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
addTableBoundHints(int index, TableBoundHint value)
public TableExtractionParams.Builder addTableBoundHints(int index, TableBoundHint value)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index | int |
value | TableBoundHint |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
addTableBoundHints(int index, TableBoundHint.Builder builderForValue)
public TableExtractionParams.Builder addTableBoundHints(int index, TableBoundHint.Builder builderForValue)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | TableBoundHint.Builder |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
addTableBoundHintsBuilder()
public TableBoundHint.Builder addTableBoundHintsBuilder()
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TableBoundHint.Builder |
addTableBoundHintsBuilder(int index)
public TableBoundHint.Builder addTableBoundHintsBuilder(int index)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
TableBoundHint.Builder |
build()
public TableExtractionParams build()
Returns | |
---|---|
Type | Description |
TableExtractionParams |
buildPartial()
public TableExtractionParams buildPartial()
Returns | |
---|---|
Type | Description |
TableExtractionParams |
clear()
public TableExtractionParams.Builder clear()
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
clearEnabled()
public TableExtractionParams.Builder clearEnabled()
Whether to enable table extraction.
bool enabled = 1;
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TableExtractionParams.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
clearHeaderHints()
public TableExtractionParams.Builder clearHeaderHints()
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
clearModelVersion()
public TableExtractionParams.Builder clearModelVersion()
Model version of the table extraction system. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 4;
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TableExtractionParams.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
clearTableBoundHints()
public TableExtractionParams.Builder clearTableBoundHints()
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
clone()
public TableExtractionParams.Builder clone()
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
getDefaultInstanceForType()
public TableExtractionParams getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TableExtractionParams |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEnabled()
public boolean getEnabled()
Whether to enable table extraction.
bool enabled = 1;
Returns | |
---|---|
Type | Description |
boolean | The enabled. |
getHeaderHints(int index)
public String getHeaderHints(int index)
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The headerHints at the given index. |
getHeaderHintsBytes(int index)
public ByteString getHeaderHintsBytes(int index)
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the headerHints at the given index. |
getHeaderHintsCount()
public int getHeaderHintsCount()
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int | The count of headerHints. |
getHeaderHintsList()
public ProtocolStringList getHeaderHintsList()
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the headerHints. |
getModelVersion()
public String getModelVersion()
Model version of the table extraction system. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 4;
Returns | |
---|---|
Type | Description |
String | The modelVersion. |
getModelVersionBytes()
public ByteString getModelVersionBytes()
Model version of the table extraction system. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for modelVersion. |
getTableBoundHints(int index)
public TableBoundHint getTableBoundHints(int index)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
TableBoundHint |
getTableBoundHintsBuilder(int index)
public TableBoundHint.Builder getTableBoundHintsBuilder(int index)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
TableBoundHint.Builder |
getTableBoundHintsBuilderList()
public List<TableBoundHint.Builder> getTableBoundHintsBuilderList()
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Builder> |
getTableBoundHintsCount()
public int getTableBoundHintsCount()
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getTableBoundHintsList()
public List<TableBoundHint> getTableBoundHintsList()
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<TableBoundHint> |
getTableBoundHintsOrBuilder(int index)
public TableBoundHintOrBuilder getTableBoundHintsOrBuilder(int index)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
TableBoundHintOrBuilder |
getTableBoundHintsOrBuilderList()
public List<? extends TableBoundHintOrBuilder> getTableBoundHintsOrBuilderList()
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.TableBoundHintOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(TableExtractionParams other)
public TableExtractionParams.Builder mergeFrom(TableExtractionParams other)
Parameter | |
---|---|
Name | Description |
other | TableExtractionParams |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TableExtractionParams.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TableExtractionParams.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TableExtractionParams.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
removeTableBoundHints(int index)
public TableExtractionParams.Builder removeTableBoundHints(int index)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
setEnabled(boolean value)
public TableExtractionParams.Builder setEnabled(boolean value)
Whether to enable table extraction.
bool enabled = 1;
Parameter | |
---|---|
Name | Description |
value | boolean The enabled to set. |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TableExtractionParams.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
setHeaderHints(int index, String value)
public TableExtractionParams.Builder setHeaderHints(int index, String value)
Optional. Reserved for future use.
repeated string header_hints = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The headerHints to set. |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
setModelVersion(String value)
public TableExtractionParams.Builder setModelVersion(String value)
Model version of the table extraction system. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 4;
Parameter | |
---|---|
Name | Description |
value | String The modelVersion to set. |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
setModelVersionBytes(ByteString value)
public TableExtractionParams.Builder setModelVersionBytes(ByteString value)
Model version of the table extraction system. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
string model_version = 4;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for modelVersion to set. |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TableExtractionParams.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
setTableBoundHints(int index, TableBoundHint value)
public TableExtractionParams.Builder setTableBoundHints(int index, TableBoundHint value)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index | int |
value | TableBoundHint |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
setTableBoundHints(int index, TableBoundHint.Builder builderForValue)
public TableExtractionParams.Builder setTableBoundHints(int index, TableBoundHint.Builder builderForValue)
Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.
repeated .google.cloud.documentai.v1beta2.TableBoundHint table_bound_hints = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | TableBoundHint.Builder |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TableExtractionParams.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TableExtractionParams.Builder |