Uses of Class
com.google.cloud.documentai.v1beta1.KeyValuePairHint
-
Packages that use KeyValuePairHint Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of KeyValuePairHint in com.google.cloud.documentai.v1beta1
Methods in com.google.cloud.documentai.v1beta1 that return KeyValuePairHint Modifier and Type Method Description KeyValuePairHintKeyValuePairHint.Builder. build()KeyValuePairHintKeyValuePairHint.Builder. buildPartial()static KeyValuePairHintKeyValuePairHint. getDefaultInstance()KeyValuePairHintKeyValuePairHint.Builder. getDefaultInstanceForType()KeyValuePairHintKeyValuePairHint. getDefaultInstanceForType()KeyValuePairHintFormExtractionParams.Builder. getKeyValuePairHints(int index)User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHintFormExtractionParams. getKeyValuePairHints(int index)User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHintFormExtractionParamsOrBuilder. getKeyValuePairHints(int index)User can provide pairs of (key text, value type) to improve the parsing result.static KeyValuePairHintKeyValuePairHint. parseDelimitedFrom(InputStream input)static KeyValuePairHintKeyValuePairHint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValuePairHintKeyValuePairHint. parseFrom(byte[] data)static KeyValuePairHintKeyValuePairHint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValuePairHintKeyValuePairHint. parseFrom(com.google.protobuf.ByteString data)static KeyValuePairHintKeyValuePairHint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValuePairHintKeyValuePairHint. parseFrom(com.google.protobuf.CodedInputStream input)static KeyValuePairHintKeyValuePairHint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValuePairHintKeyValuePairHint. parseFrom(InputStream input)static KeyValuePairHintKeyValuePairHint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValuePairHintKeyValuePairHint. parseFrom(ByteBuffer data)static KeyValuePairHintKeyValuePairHint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type KeyValuePairHint Modifier and Type Method Description List<KeyValuePairHint>FormExtractionParams.Builder. getKeyValuePairHintsList()User can provide pairs of (key text, value type) to improve the parsing result.List<KeyValuePairHint>FormExtractionParams. getKeyValuePairHintsList()User can provide pairs of (key text, value type) to improve the parsing result.List<KeyValuePairHint>FormExtractionParamsOrBuilder. getKeyValuePairHintsList()User can provide pairs of (key text, value type) to improve the parsing result.com.google.protobuf.Parser<KeyValuePairHint>KeyValuePairHint. getParserForType()static com.google.protobuf.Parser<KeyValuePairHint>KeyValuePairHint. parser()Methods in com.google.cloud.documentai.v1beta1 with parameters of type KeyValuePairHint Modifier and Type Method Description FormExtractionParams.BuilderFormExtractionParams.Builder. addKeyValuePairHints(int index, KeyValuePairHint value)User can provide pairs of (key text, value type) to improve the parsing result.FormExtractionParams.BuilderFormExtractionParams.Builder. addKeyValuePairHints(KeyValuePairHint value)User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHint.BuilderKeyValuePairHint.Builder. mergeFrom(KeyValuePairHint other)static KeyValuePairHint.BuilderKeyValuePairHint. newBuilder(KeyValuePairHint prototype)FormExtractionParams.BuilderFormExtractionParams.Builder. setKeyValuePairHints(int index, KeyValuePairHint value)User can provide pairs of (key text, value type) to improve the parsing result.Method parameters in com.google.cloud.documentai.v1beta1 with type arguments of type KeyValuePairHint Modifier and Type Method Description FormExtractionParams.BuilderFormExtractionParams.Builder. addAllKeyValuePairHints(Iterable<? extends KeyValuePairHint> values)User can provide pairs of (key text, value type) to improve the parsing result.
-