Uses of Interface
software.amazon.awssdk.services.textract.model.Query.Builder
-
Packages that use Query.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Query.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return Query.Builder Modifier and Type Method Description Query.BuilderQuery.Builder. alias(String alias)Alias attached to the query, for ease of location.static Query.BuilderQuery. builder()Query.BuilderQuery.Builder. pages(String... pages)Pages is a parameter that the user inputs to specify which pages to apply a query to.Query.BuilderQuery.Builder. pages(Collection<String> pages)Pages is a parameter that the user inputs to specify which pages to apply a query to.Query.BuilderQuery.Builder. text(String text)Question that Amazon Textract will apply to the document.Query.BuilderQuery. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Query.Builder Modifier and Type Method Description static Class<? extends Query.Builder>Query. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Query.Builder Modifier and Type Method Description default Block.BuilderBlock.Builder. query(Consumer<Query.Builder> query)This is a convenience method that creates an instance of theQuery.Builderavoiding the need to create one manually viaQuery.builder().
-