Uses of Interface
com.google.cloud.documentai.v1beta1.KeyValuePairHintOrBuilder
-
Packages that use KeyValuePairHintOrBuilder Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of KeyValuePairHintOrBuilder in com.google.cloud.documentai.v1beta1
Classes in com.google.cloud.documentai.v1beta1 that implement KeyValuePairHintOrBuilder Modifier and Type Class Description classKeyValuePairHintUser-provided hint for key value pair.static classKeyValuePairHint.BuilderUser-provided hint for key value pair.Methods in com.google.cloud.documentai.v1beta1 that return KeyValuePairHintOrBuilder Modifier and Type Method Description KeyValuePairHintOrBuilderFormExtractionParams.Builder. getKeyValuePairHintsOrBuilder(int index)User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHintOrBuilderFormExtractionParams. getKeyValuePairHintsOrBuilder(int index)User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHintOrBuilderFormExtractionParamsOrBuilder. getKeyValuePairHintsOrBuilder(int index)User can provide pairs of (key text, value type) to improve the parsing result.Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type KeyValuePairHintOrBuilder Modifier and Type Method Description List<? extends KeyValuePairHintOrBuilder>FormExtractionParams.Builder. getKeyValuePairHintsOrBuilderList()User can provide pairs of (key text, value type) to improve the parsing result.List<? extends KeyValuePairHintOrBuilder>FormExtractionParams. getKeyValuePairHintsOrBuilderList()User can provide pairs of (key text, value type) to improve the parsing result.List<? extends KeyValuePairHintOrBuilder>FormExtractionParamsOrBuilder. getKeyValuePairHintsOrBuilderList()User can provide pairs of (key text, value type) to improve the parsing result.
-