public sealed class Document.Types.Page.Types.ImageQualityScores.Types.DetectedDefect : IMessage<Document.Types.Page.Types.ImageQualityScores.Types.DetectedDefect>, IEquatable<Document.Types.Page.Types.ImageQualityScores.Types.DetectedDefect>, IDeepCloneable<Document.Types.Page.Types.ImageQualityScores.Types.DetectedDefect>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.ImageQualityScores.Types.DetectedDefect.
Image Quality Defects
Implements
IMessageDocumentTypesPageTypesImageQualityScoresTypesDetectedDefect, IEquatableDocumentTypesPageTypesImageQualityScoresTypesDetectedDefect, IDeepCloneableDocumentTypesPageTypesImageQualityScoresTypesDetectedDefect, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
DetectedDefect()
public DetectedDefect()DetectedDefect(DetectedDefect)
public DetectedDefect(Document.Types.Page.Types.ImageQualityScores.Types.DetectedDefect other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTypesPageTypesImageQualityScoresTypesDetectedDefect |
Properties
Confidence
public float Confidence { get; set; }Confidence of detected defect. Range [0, 1] where 1 indicates
strong confidence that the defect exists.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Type
public string Type { get; set; }Name of the defect type. Supported values are:
quality/defect_blurryquality/defect_noisyquality/defect_darkquality/defect_faintquality/defect_text_too_smallquality/defect_document_cutoffquality/defect_text_cutoffquality/defect_glare
| Property Value | |
|---|---|
| Type | Description |
string |
|