Class GoogleCloudDocumentaiV1DocumentPageImageQualityScores
Image quality scores for the page image.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPageImageQualityScores : IDirectResponseSchema
Properties
DetectedDefects
A list of detected defects.
Declaration
[JsonProperty("detectedDefects")]
public virtual IList<GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect> DetectedDefects { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QualityScore
The overall quality score. Range [0, 1] where 1 is perfect quality.
Declaration
[JsonProperty("qualityScore")]
public virtual float? QualityScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |