Interface protos.google.cloud.automl.v1.IPredictResponse (4.0.1)

Properties of a PredictResponse.

Package

@google-cloud/automl

Properties

metadata

metadata?: ({ [k: string]: string }|null);

PredictResponse metadata

payload

payload?: (google.cloud.automl.v1.IAnnotationPayload[]|null);

PredictResponse payload

preprocessedInput

preprocessedInput?: (google.cloud.automl.v1.IExamplePayload|null);

PredictResponse preprocessedInput