Class GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse
Response of the sample documents operation.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.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> |