public sealed class DatasetSchema : IMessage<DatasetSchema>, IEquatable<DatasetSchema>, IDeepCloneable<DatasetSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class DatasetSchema.
Dataset Schema.
Implements
IMessageDatasetSchema, IEquatableDatasetSchema, IDeepCloneableDatasetSchema, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
DatasetSchema()
public DatasetSchema()
DatasetSchema(DatasetSchema)
public DatasetSchema(DatasetSchema other)
Parameter | |
---|---|
Name | Description |
other |
DatasetSchema |
Properties
DatasetSchemaName
public DatasetSchemaName DatasetSchemaName { get; set; }
DatasetSchemaName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DatasetSchemaName |
DocumentSchema
public DocumentSchema DocumentSchema { get; set; }
Optional. Schema of the dataset.
Property Value | |
---|---|
Type | Description |
DocumentSchema |
Name
public string Name { get; set; }
Dataset schema resource name.
Format:
projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema
Property Value | |
---|---|
Type | Description |
string |
SatisfiesPzi
public bool SatisfiesPzi { get; set; }
Output only. Reserved for future use.
Property Value | |
---|---|
Type | Description |
bool |
SatisfiesPzs
public bool SatisfiesPzs { get; set; }
Output only. Reserved for future use.
Property Value | |
---|---|
Type | Description |
bool |