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 KeyValuePairHint
KeyValuePairHint.Builder. build()
KeyValuePairHint
KeyValuePairHint.Builder. buildPartial()
static KeyValuePairHint
KeyValuePairHint. getDefaultInstance()
KeyValuePairHint
KeyValuePairHint.Builder. getDefaultInstanceForType()
KeyValuePairHint
KeyValuePairHint. getDefaultInstanceForType()
KeyValuePairHint
FormExtractionParams.Builder. getKeyValuePairHints(int index)
User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHint
FormExtractionParams. getKeyValuePairHints(int index)
User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHint
FormExtractionParamsOrBuilder. getKeyValuePairHints(int index)
User can provide pairs of (key text, value type) to improve the parsing result.static KeyValuePairHint
KeyValuePairHint. parseDelimitedFrom(InputStream input)
static KeyValuePairHint
KeyValuePairHint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValuePairHint
KeyValuePairHint. parseFrom(byte[] data)
static KeyValuePairHint
KeyValuePairHint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValuePairHint
KeyValuePairHint. parseFrom(com.google.protobuf.ByteString data)
static KeyValuePairHint
KeyValuePairHint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValuePairHint
KeyValuePairHint. parseFrom(com.google.protobuf.CodedInputStream input)
static KeyValuePairHint
KeyValuePairHint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValuePairHint
KeyValuePairHint. parseFrom(InputStream input)
static KeyValuePairHint
KeyValuePairHint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValuePairHint
KeyValuePairHint. parseFrom(ByteBuffer data)
static KeyValuePairHint
KeyValuePairHint. 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.Builder
FormExtractionParams.Builder. addKeyValuePairHints(int index, KeyValuePairHint value)
User can provide pairs of (key text, value type) to improve the parsing result.FormExtractionParams.Builder
FormExtractionParams.Builder. addKeyValuePairHints(KeyValuePairHint value)
User can provide pairs of (key text, value type) to improve the parsing result.KeyValuePairHint.Builder
KeyValuePairHint.Builder. mergeFrom(KeyValuePairHint other)
static KeyValuePairHint.Builder
KeyValuePairHint. newBuilder(KeyValuePairHint prototype)
FormExtractionParams.Builder
FormExtractionParams.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.Builder
FormExtractionParams.Builder. addAllKeyValuePairHints(Iterable<? extends KeyValuePairHint> values)
User can provide pairs of (key text, value type) to improve the parsing result.
-