Interface protos.google.cloud.documentai.v1beta3.IProcessor (3.0.2)

Properties of a Processor.

Package

@google-cloud/documentai!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Processor createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

defaultProcessorVersion

defaultProcessorVersion?: (string|null);

Processor defaultProcessorVersion

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Processor displayName

Property Value
TypeDescription
(string|null)

kmsKeyName

kmsKeyName?: (string|null);

Processor kmsKeyName

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Processor name

Property Value
TypeDescription
(string|null)

processEndpoint

processEndpoint?: (string|null);

Processor processEndpoint

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.documentai.v1beta3.Processor.State|keyof typeof google.cloud.documentai.v1beta3.Processor.State|null);

Processor state

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.Processor.State|keyof typeof google.cloud.documentai.v1beta3.Processor.State|null)

type

type?: (string|null);

Processor type

Property Value
TypeDescription
(string|null)