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 class
KeyValuePairHint
User-provided hint for key value pair.static class
KeyValuePairHint.Builder
User-provided hint for key value pair.Methods in com.google.cloud.documentai.v1beta1 that return KeyValuePairHintOrBuilder Modifier and Type Method Description KeyValuePairHintOrBuilder
FormExtractionParams.Builder. getKeyValuePairHintsOrBuilder(int index)
User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHintOrBuilder
FormExtractionParams. getKeyValuePairHintsOrBuilder(int index)
User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHintOrBuilder
FormExtractionParamsOrBuilder. 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.
-