Uses of Class
com.google.cloud.documentai.v1beta3.HumanReviewConfigName
-
Packages that use HumanReviewConfigName Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of HumanReviewConfigName in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return HumanReviewConfigName Modifier and Type Method Description HumanReviewConfigName
HumanReviewConfigName.Builder. build()
static HumanReviewConfigName
HumanReviewConfigName. of(String project, String location, String processor)
static HumanReviewConfigName
HumanReviewConfigName. parse(String formattedString)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type HumanReviewConfigName Modifier and Type Method Description static List<HumanReviewConfigName>
HumanReviewConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.documentai.v1beta3 with parameters of type HumanReviewConfigName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ReviewDocumentResponse,ReviewDocumentOperationMetadata>
DocumentProcessorServiceClient. reviewDocumentAsync(HumanReviewConfigName humanReviewConfig)
Send a document for Human Review.Method parameters in com.google.cloud.documentai.v1beta3 with type arguments of type HumanReviewConfigName Modifier and Type Method Description static List<String>
HumanReviewConfigName. toStringList(List<HumanReviewConfigName> values)
-