Class GoogleCloudDocumentaiV1ListProcessorTypesResponse
Response message for the ListProcessorTypes method.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ListProcessorTypesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Points to the next page, otherwise empty.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessorTypes
The processor types.
Declaration
[JsonProperty("processorTypes")]
public virtual IList<GoogleCloudDocumentaiV1ProcessorType> ProcessorTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1ProcessorType> |