Package com.google.cloud.documentai.v1
Class OcrConfig.Hints.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
- com.google.cloud.documentai.v1.OcrConfig.Hints.Builder
-
- All Implemented Interfaces:
OcrConfig.HintsOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- OcrConfig.Hints
public static final class OcrConfig.Hints.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder> implements OcrConfig.HintsOrBuilder
Hints for OCR Engine
Protobuf typegoogle.cloud.documentai.v1.OcrConfig.Hints
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OcrConfig.Hints.Builder
addAllLanguageHints(Iterable<String> values)
List of BCP-47 language codes to use for OCR.OcrConfig.Hints.Builder
addLanguageHints(String value)
List of BCP-47 language codes to use for OCR.OcrConfig.Hints.Builder
addLanguageHintsBytes(com.google.protobuf.ByteString value)
List of BCP-47 language codes to use for OCR.OcrConfig.Hints.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
OcrConfig.Hints
build()
OcrConfig.Hints
buildPartial()
OcrConfig.Hints.Builder
clear()
OcrConfig.Hints.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
OcrConfig.Hints.Builder
clearLanguageHints()
List of BCP-47 language codes to use for OCR.OcrConfig.Hints.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
OcrConfig.Hints.Builder
clone()
OcrConfig.Hints
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getLanguageHints(int index)
List of BCP-47 language codes to use for OCR.com.google.protobuf.ByteString
getLanguageHintsBytes(int index)
List of BCP-47 language codes to use for OCR.int
getLanguageHintsCount()
List of BCP-47 language codes to use for OCR.com.google.protobuf.ProtocolStringList
getLanguageHintsList()
List of BCP-47 language codes to use for OCR.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
OcrConfig.Hints.Builder
mergeFrom(OcrConfig.Hints other)
OcrConfig.Hints.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OcrConfig.Hints.Builder
mergeFrom(com.google.protobuf.Message other)
OcrConfig.Hints.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
OcrConfig.Hints.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
OcrConfig.Hints.Builder
setLanguageHints(int index, String value)
List of BCP-47 language codes to use for OCR.OcrConfig.Hints.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
OcrConfig.Hints.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
clear
public OcrConfig.Hints.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
getDefaultInstanceForType
public OcrConfig.Hints getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public OcrConfig.Hints build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public OcrConfig.Hints buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public OcrConfig.Hints.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
setField
public OcrConfig.Hints.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
clearField
public OcrConfig.Hints.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
clearOneof
public OcrConfig.Hints.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
setRepeatedField
public OcrConfig.Hints.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
addRepeatedField
public OcrConfig.Hints.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
mergeFrom
public OcrConfig.Hints.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<OcrConfig.Hints.Builder>
-
mergeFrom
public OcrConfig.Hints.Builder mergeFrom(OcrConfig.Hints other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
mergeFrom
public OcrConfig.Hints.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<OcrConfig.Hints.Builder>
- Throws:
IOException
-
getLanguageHintsList
public com.google.protobuf.ProtocolStringList getLanguageHintsList()
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Specified by:
getLanguageHintsList
in interfaceOcrConfig.HintsOrBuilder
- Returns:
- A list containing the languageHints.
-
getLanguageHintsCount
public int getLanguageHintsCount()
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Specified by:
getLanguageHintsCount
in interfaceOcrConfig.HintsOrBuilder
- Returns:
- The count of languageHints.
-
getLanguageHints
public String getLanguageHints(int index)
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Specified by:
getLanguageHints
in interfaceOcrConfig.HintsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The languageHints at the given index.
-
getLanguageHintsBytes
public com.google.protobuf.ByteString getLanguageHintsBytes(int index)
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Specified by:
getLanguageHintsBytes
in interfaceOcrConfig.HintsOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the languageHints at the given index.
-
setLanguageHints
public OcrConfig.Hints.Builder setLanguageHints(int index, String value)
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Parameters:
index
- The index to set the value at.value
- The languageHints to set.- Returns:
- This builder for chaining.
-
addLanguageHints
public OcrConfig.Hints.Builder addLanguageHints(String value)
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Parameters:
value
- The languageHints to add.- Returns:
- This builder for chaining.
-
addAllLanguageHints
public OcrConfig.Hints.Builder addAllLanguageHints(Iterable<String> values)
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Parameters:
values
- The languageHints to add.- Returns:
- This builder for chaining.
-
clearLanguageHints
public OcrConfig.Hints.Builder clearLanguageHints()
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Returns:
- This builder for chaining.
-
addLanguageHintsBytes
public OcrConfig.Hints.Builder addLanguageHintsBytes(com.google.protobuf.ByteString value)
List of BCP-47 language codes to use for OCR. In most cases, not specifying it yields the best results since it enables automatic language detection. For languages based on the Latin alphabet, setting hints is not needed. In rare cases, when the language of the text in the image is known, setting a hint will help get better results (although it will be a significant hindrance if the hint is wrong).
repeated string language_hints = 1;
- Parameters:
value
- The bytes of the languageHints to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final OcrConfig.Hints.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
mergeUnknownFields
public final OcrConfig.Hints.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<OcrConfig.Hints.Builder>
-
-