Interface protos.google.cloud.language.v1beta2.IDocument (4.2.9)

Properties of a Document.

Package

@google-cloud/language!

Properties

content

content?: (string|null);

Document content

Property Value
TypeDescription
(string|null)

gcsContentUri

gcsContentUri?: (string|null);

Document gcsContentUri

Property Value
TypeDescription
(string|null)

language

language?: (string|null);

Document language

Property Value
TypeDescription
(string|null)

type

type?: (google.cloud.language.v1beta2.Document.Type|keyof typeof google.cloud.language.v1beta2.Document.Type|null);

Document type

Property Value
TypeDescription
(google.cloud.language.v1beta2.Document.Type|keyof typeof google.cloud.language.v1beta2.Document.Type|null)