Uses of Class
com.google.cloud.documentai.v1.HumanReviewConfigName
-
Packages that use HumanReviewConfigName Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of HumanReviewConfigName in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 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.v1 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.v1 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.v1 with type arguments of type HumanReviewConfigName Modifier and Type Method Description static List<String>
HumanReviewConfigName. toStringList(List<HumanReviewConfigName> values)
-