Uses of Interface
com.google.cloud.documentai.v1.Document.Page.FormFieldOrBuilder
-
Packages that use Document.Page.FormFieldOrBuilder Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Document.Page.FormFieldOrBuilder in com.google.cloud.documentai.v1
Classes in com.google.cloud.documentai.v1 that implement Document.Page.FormFieldOrBuilder Modifier and Type Class Description static classDocument.Page.FormFieldA form field detected on the page.static classDocument.Page.FormField.BuilderA form field detected on the page.Methods in com.google.cloud.documentai.v1 that return Document.Page.FormFieldOrBuilder Modifier and Type Method Description Document.Page.FormFieldOrBuilderDocument.Page.Builder. getFormFieldsOrBuilder(int index)A list of visually detected form fields on the page.Document.Page.FormFieldOrBuilderDocument.Page. getFormFieldsOrBuilder(int index)A list of visually detected form fields on the page.Document.Page.FormFieldOrBuilderDocument.PageOrBuilder. getFormFieldsOrBuilder(int index)A list of visually detected form fields on the page.Methods in com.google.cloud.documentai.v1 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.
-