| Modifier and Type | Class and Description |
|---|---|
class |
KeyValuePairHint
User-provided hint for key value pair.
|
static class |
KeyValuePairHint.Builder
User-provided hint for key value pair.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValuePairHintOrBuilder |
FormExtractionParamsOrBuilder.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 |
FormExtractionParams.Builder.getKeyValuePairHintsOrBuilder(int index)
User can provide pairs of (key text, value type) to improve the parsing
result.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends KeyValuePairHintOrBuilder> |
FormExtractionParamsOrBuilder.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> |
FormExtractionParams.Builder.getKeyValuePairHintsOrBuilderList()
User can provide pairs of (key text, value type) to improve the parsing
result.
|
Copyright © 2024 Google LLC. All rights reserved.