Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentPageImageQualityScores

Image quality scores for the page image.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentPageImageQualityScores
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.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentPageImageQualityScores : IDirectResponseSchema

Properties

DetectedDefects

A list of detected defects.

Declaration
[JsonProperty("detectedDefects")]
public virtual IList<GoogleCloudDocumentaiV1beta3DocumentPageImageQualityScoresDetectedDefect> DetectedDefects { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3DocumentPageImageQualityScoresDetectedDefect>

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