Uses of Interface
com.google.cloud.documentai.v1beta1.TableBoundHintOrBuilder
-
Packages that use TableBoundHintOrBuilder Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of TableBoundHintOrBuilder in com.google.cloud.documentai.v1beta1
Classes in com.google.cloud.documentai.v1beta1 that implement TableBoundHintOrBuilder Modifier and Type Class Description class
TableBoundHint
A hint for a table bounding box on the page for table parsing.static class
TableBoundHint.Builder
A hint for a table bounding box on the page for table parsing.Methods in com.google.cloud.documentai.v1beta1 that return TableBoundHintOrBuilder Modifier and Type Method Description TableBoundHintOrBuilder
TableExtractionParams.Builder. getTableBoundHintsOrBuilder(int index)
Optional.TableBoundHintOrBuilder
TableExtractionParams. getTableBoundHintsOrBuilder(int index)
Optional.TableBoundHintOrBuilder
TableExtractionParamsOrBuilder. getTableBoundHintsOrBuilder(int index)
Optional.Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type TableBoundHintOrBuilder Modifier and Type Method Description List<? extends TableBoundHintOrBuilder>
TableExtractionParams.Builder. getTableBoundHintsOrBuilderList()
Optional.List<? extends TableBoundHintOrBuilder>
TableExtractionParams. getTableBoundHintsOrBuilderList()
Optional.List<? extends TableBoundHintOrBuilder>
TableExtractionParamsOrBuilder. getTableBoundHintsOrBuilderList()
Optional.
-