Uses of Interface
com.google.cloud.documentai.v1beta2.Document.Page.FormFieldOrBuilder
-
Packages that use Document.Page.FormFieldOrBuilder Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of Document.Page.FormFieldOrBuilder in com.google.cloud.documentai.v1beta2
Classes in com.google.cloud.documentai.v1beta2 that implement Document.Page.FormFieldOrBuilder Modifier and Type Class Description static class
Document.Page.FormField
A form field detected on the page.static class
Document.Page.FormField.Builder
A form field detected on the page.Methods in com.google.cloud.documentai.v1beta2 that return Document.Page.FormFieldOrBuilder Modifier and Type Method Description Document.Page.FormFieldOrBuilder
Document.Page.Builder. getFormFieldsOrBuilder(int index)
A list of visually detected form fields on the page.Document.Page.FormFieldOrBuilder
Document.Page. getFormFieldsOrBuilder(int index)
A list of visually detected form fields on the page.Document.Page.FormFieldOrBuilder
Document.PageOrBuilder. getFormFieldsOrBuilder(int index)
A list of visually detected form fields on the page.Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type Document.Page.FormFieldOrBuilder Modifier and Type Method Description List<? extends Document.Page.FormFieldOrBuilder>
Document.Page.Builder. getFormFieldsOrBuilderList()
A list of visually detected form fields on the page.List<? extends Document.Page.FormFieldOrBuilder>
Document.Page. getFormFieldsOrBuilderList()
A list of visually detected form fields on the page.List<? extends Document.Page.FormFieldOrBuilder>
Document.PageOrBuilder. getFormFieldsOrBuilderList()
A list of visually detected form fields on the page.
-