Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1DocumentPageImageQualityScores

Image quality scores for the page image.

Inheritance
object
GoogleCloudDocumentaiV1DocumentPageImageQualityScores
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX