Interface protos.google.cloud.datalabeling.v1beta1.IExample

Properties of an Example.

Package

@google-cloud/datalabeling!

Properties

annotations

annotations?: (google.cloud.datalabeling.v1beta1.IAnnotation[]|null);

Example annotations

Property Value
TypeDescription
(google.cloud.datalabeling.v1beta1.IAnnotation[]|null)

imagePayload

imagePayload?: (google.cloud.datalabeling.v1beta1.IImagePayload|null);

Example imagePayload

Property Value
TypeDescription
(google.cloud.datalabeling.v1beta1.IImagePayload|null)

name

name?: (string|null);

Example name

Property Value
TypeDescription
(string|null)

textPayload

textPayload?: (google.cloud.datalabeling.v1beta1.ITextPayload|null);

Example textPayload

Property Value
TypeDescription
(google.cloud.datalabeling.v1beta1.ITextPayload|null)

videoPayload

videoPayload?: (google.cloud.datalabeling.v1beta1.IVideoPayload|null);

Example videoPayload

Property Value
TypeDescription
(google.cloud.datalabeling.v1beta1.IVideoPayload|null)