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