Class Document.Page.ImageQualityScores.DetectedDefect (2.45.0)

public static final class Document.Page.ImageQualityScores.DetectedDefect extends GeneratedMessageV3 implements Document.Page.ImageQualityScores.DetectedDefectOrBuilder

Image Quality Defects

Protobuf type google.cloud.documentai.v1beta3.Document.Page.ImageQualityScores.DetectedDefect

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Document.Page.ImageQualityScores.DetectedDefect

Static Fields

CONFIDENCE_FIELD_NUMBER

public static final int CONFIDENCE_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Document.Page.ImageQualityScores.DetectedDefect getDefaultInstance()
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Document.Page.ImageQualityScores.DetectedDefect.Builder newBuilder()
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect.Builder

newBuilder(Document.Page.ImageQualityScores.DetectedDefect prototype)

public static Document.Page.ImageQualityScores.DetectedDefect.Builder newBuilder(Document.Page.ImageQualityScores.DetectedDefect prototype)
Parameter
NameDescription
prototypeDocument.Page.ImageQualityScores.DetectedDefect
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect.Builder

parseDelimitedFrom(InputStream input)

public static Document.Page.ImageQualityScores.DetectedDefect parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.Page.ImageQualityScores.DetectedDefect parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Document.Page.ImageQualityScores.DetectedDefect parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Document.Page.ImageQualityScores.DetectedDefect> parser()
Returns
TypeDescription
Parser<DetectedDefect>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getConfidence()

public float getConfidence()

Confidence of detected defect. Range [0, 1] where 1 indicates strong confidence that the defect exists.

float confidence = 2;

Returns
TypeDescription
float

The confidence.

getDefaultInstanceForType()

public Document.Page.ImageQualityScores.DetectedDefect getDefaultInstanceForType()
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect

getParserForType()

public Parser<Document.Page.ImageQualityScores.DetectedDefect> getParserForType()
Returns
TypeDescription
Parser<DetectedDefect>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public String getType()

Name of the defect type. Supported values are:

  • quality/defect_blurry
  • quality/defect_noisy
  • quality/defect_dark
  • quality/defect_faint
  • quality/defect_text_too_small
  • quality/defect_document_cutoff
  • quality/defect_text_cutoff
  • quality/defect_glare

string type = 1;

Returns
TypeDescription
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Name of the defect type. Supported values are:

  • quality/defect_blurry
  • quality/defect_noisy
  • quality/defect_dark
  • quality/defect_faint
  • quality/defect_text_too_small
  • quality/defect_document_cutoff
  • quality/defect_text_cutoff
  • quality/defect_glare

string type = 1;

Returns
TypeDescription
ByteString

The bytes for type.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Document.Page.ImageQualityScores.DetectedDefect.Builder newBuilderForType()
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Document.Page.ImageQualityScores.DetectedDefect.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Document.Page.ImageQualityScores.DetectedDefect.Builder toBuilder()
Returns
TypeDescription
Document.Page.ImageQualityScores.DetectedDefect.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException