Interface protos.google.cloud.automl.v1.IExamplePayload (2.4.5)

Properties of an ExamplePayload.

Package

@google-cloud/automl!

Properties

document

document?: (google.cloud.automl.v1.IDocument|null);

ExamplePayload document

Property Value
TypeDescription
(google.cloud.automl.v1.IDocument|null)

image

image?: (google.cloud.automl.v1.IImage|null);

ExamplePayload image

Property Value
TypeDescription
(google.cloud.automl.v1.IImage|null)

textSnippet

textSnippet?: (google.cloud.automl.v1.ITextSnippet|null);

ExamplePayload textSnippet

Property Value
TypeDescription
(google.cloud.automl.v1.ITextSnippet|null)