Uses of Class
com.google.cloud.documentai.v1beta2.TableBoundHint
-
Packages that use TableBoundHint Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of TableBoundHint in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return TableBoundHint Modifier and Type Method Description TableBoundHintTableBoundHint.Builder. build()TableBoundHintTableBoundHint.Builder. buildPartial()static TableBoundHintTableBoundHint. getDefaultInstance()TableBoundHintTableBoundHint.Builder. getDefaultInstanceForType()TableBoundHintTableBoundHint. getDefaultInstanceForType()TableBoundHintTableExtractionParams.Builder. getTableBoundHints(int index)Optional.TableBoundHintTableExtractionParams. getTableBoundHints(int index)Optional.TableBoundHintTableExtractionParamsOrBuilder. getTableBoundHints(int index)Optional.static TableBoundHintTableBoundHint. parseDelimitedFrom(InputStream input)static TableBoundHintTableBoundHint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableBoundHintTableBoundHint. parseFrom(byte[] data)static TableBoundHintTableBoundHint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableBoundHintTableBoundHint. parseFrom(com.google.protobuf.ByteString data)static TableBoundHintTableBoundHint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableBoundHintTableBoundHint. parseFrom(com.google.protobuf.CodedInputStream input)static TableBoundHintTableBoundHint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableBoundHintTableBoundHint. parseFrom(InputStream input)static TableBoundHintTableBoundHint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableBoundHintTableBoundHint. parseFrom(ByteBuffer data)static TableBoundHintTableBoundHint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type TableBoundHint Modifier and Type Method Description com.google.protobuf.Parser<TableBoundHint>TableBoundHint. getParserForType()List<TableBoundHint>TableExtractionParams.Builder. getTableBoundHintsList()Optional.List<TableBoundHint>TableExtractionParams. getTableBoundHintsList()Optional.List<TableBoundHint>TableExtractionParamsOrBuilder. getTableBoundHintsList()Optional.static com.google.protobuf.Parser<TableBoundHint>TableBoundHint. parser()Methods in com.google.cloud.documentai.v1beta2 with parameters of type TableBoundHint Modifier and Type Method Description TableExtractionParams.BuilderTableExtractionParams.Builder. addTableBoundHints(int index, TableBoundHint value)Optional.TableExtractionParams.BuilderTableExtractionParams.Builder. addTableBoundHints(TableBoundHint value)Optional.TableBoundHint.BuilderTableBoundHint.Builder. mergeFrom(TableBoundHint other)static TableBoundHint.BuilderTableBoundHint. newBuilder(TableBoundHint prototype)TableExtractionParams.BuilderTableExtractionParams.Builder. setTableBoundHints(int index, TableBoundHint value)Optional.Method parameters in com.google.cloud.documentai.v1beta2 with type arguments of type TableBoundHint Modifier and Type Method Description TableExtractionParams.BuilderTableExtractionParams.Builder. addAllTableBoundHints(Iterable<? extends TableBoundHint> values)Optional.
-