public static interface DocumentProcessingConfig.ParsingConfig.OcrParsingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnhancedDocumentElements(int index)
Deprecated.
google.cloud.discoveryengine.v1alpha.DocumentProcessingConfig.ParsingConfig.OcrParsingConfig.enhanced_document_elements
is deprecated. See
google/cloud/discoveryengine/v1alpha/document_processing_config.proto;l=76
|
com.google.protobuf.ByteString |
getEnhancedDocumentElementsBytes(int index)
Deprecated.
google.cloud.discoveryengine.v1alpha.DocumentProcessingConfig.ParsingConfig.OcrParsingConfig.enhanced_document_elements
is deprecated. See
google/cloud/discoveryengine/v1alpha/document_processing_config.proto;l=76
|
int |
getEnhancedDocumentElementsCount()
Deprecated.
google.cloud.discoveryengine.v1alpha.DocumentProcessingConfig.ParsingConfig.OcrParsingConfig.enhanced_document_elements
is deprecated. See
google/cloud/discoveryengine/v1alpha/document_processing_config.proto;l=76
|
List<String> |
getEnhancedDocumentElementsList()
Deprecated.
google.cloud.discoveryengine.v1alpha.DocumentProcessingConfig.ParsingConfig.OcrParsingConfig.enhanced_document_elements
is deprecated. See
google/cloud/discoveryengine/v1alpha/document_processing_config.proto;l=76
|
boolean |
getUseNativeText()
If true, will use native text instead of OCR text on pages containing
native text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated List<String> getEnhancedDocumentElementsList()
[DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
repeated string enhanced_document_elements = 1 [deprecated = true];@Deprecated int getEnhancedDocumentElementsCount()
[DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
repeated string enhanced_document_elements = 1 [deprecated = true];@Deprecated String getEnhancedDocumentElements(int index)
[DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
repeated string enhanced_document_elements = 1 [deprecated = true];index - The index of the element to return.@Deprecated com.google.protobuf.ByteString getEnhancedDocumentElementsBytes(int index)
[DEPRECATED] This field is deprecated. To use the additional enhanced document elements processing, please switch to `layout_parsing_config`.
repeated string enhanced_document_elements = 1 [deprecated = true];index - The index of the value to return.boolean getUseNativeText()
If true, will use native text instead of OCR text on pages containing native text.
bool use_native_text = 2;Copyright © 2024 Google LLC. All rights reserved.