Class GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect
Image Quality Defects
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect : IDirectResponseSchema
Properties
Confidence
Confidence of detected defect. Range [0, 1] where 1 indicates strong confidence that the defect exists.
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
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
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |