Class PredictResponse (0.10.0)

Response message for PredictionService.Predict.

The preprocessed example that AutoML actually makes prediction on. Empty if AutoML does not preprocess the input example. * For Text Extraction: If the input is a .pdf file, the OCR'ed text will be provided in [document_text][google.cloud.automl. v1.Document.document_text]. - For Text Classification: If the input is a .pdf file, the OCR'ed trucated text will be provided in [document_text][google.cloud.automl.v1.Documen t.document_text]. - For Text Sentiment: If the input is a .pdf file, the OCR'ed trucated text will be provided in [document_text][google.cloud.automl.v1.Document.document_tex t].

Classes

MetadataEntry

API documentation for automl_v1.types.PredictResponse.MetadataEntry class.