Show / Hide Table of Contents

Class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse

Response of the sample documents operation.

Inheritance
object
GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse
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 GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SampleTestStatus

The status of sampling documents in test split.

Declaration
[JsonProperty("sampleTestStatus")]
public virtual GoogleRpcStatus SampleTestStatus { get; set; }
Property Value
Type Description
GoogleRpcStatus

SampleTrainingStatus

The status of sampling documents in training split.

Declaration
[JsonProperty("sampleTrainingStatus")]
public virtual GoogleRpcStatus SampleTrainingStatus { get; set; }
Property Value
Type Description
GoogleRpcStatus

SelectedDocuments

The result of the sampling process.

Declaration
[JsonProperty("selectedDocuments")]
public virtual IList<GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument> SelectedDocuments { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX