FormExtractionParams.Builder |
FormExtractionParams.Builder.addAllKeyValuePairHints(Iterable<? extends KeyValuePairHint> values) |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.addKeyValuePairHints(int index,
KeyValuePairHint value) |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.addKeyValuePairHints(int index,
KeyValuePairHint.Builder builderForValue) |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.addKeyValuePairHints(KeyValuePairHint value) |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.addKeyValuePairHints(KeyValuePairHint.Builder builderForValue) |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.clear() |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.clearEnabled() |
Whether to enable form extraction.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.clearKeyValuePairHints() |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.clearModelVersion() |
Model version of the form extraction system.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.clone() |
|
FormExtractionParams.Builder |
ProcessDocumentRequest.Builder.getFormExtractionParamsBuilder() |
Controls form extraction behavior.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.mergeFrom(FormExtractionParams other) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.mergeFrom(com.google.protobuf.Message other) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static FormExtractionParams.Builder |
FormExtractionParams.newBuilder() |
|
static FormExtractionParams.Builder |
FormExtractionParams.newBuilder(FormExtractionParams prototype) |
|
FormExtractionParams.Builder |
FormExtractionParams.newBuilderForType() |
|
protected FormExtractionParams.Builder |
FormExtractionParams.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.removeKeyValuePairHints(int index) |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.setEnabled(boolean value) |
Whether to enable form extraction.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.setKeyValuePairHints(int index,
KeyValuePairHint value) |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.setKeyValuePairHints(int index,
KeyValuePairHint.Builder builderForValue) |
Reserved for future use.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.setModelVersion(String value) |
Model version of the form extraction system.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.setModelVersionBytes(com.google.protobuf.ByteString value) |
Model version of the form extraction system.
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
FormExtractionParams.Builder |
FormExtractionParams.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
FormExtractionParams.Builder |
FormExtractionParams.toBuilder() |
|