blob: b033491360ea8362f561ce5e12cd602b4da80ab9 [file] [log] [blame]
// chromeos/services/machine_learning/public/mojom/document_scanner.mojom-forward.h is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_SERVICES_MACHINE_LEARNING_PUBLIC_MOJOM_DOCUMENT_SCANNER_MOJOM_FORWARD_H_
#define CHROMEOS_SERVICES_MACHINE_LEARNING_PUBLIC_MOJOM_DOCUMENT_SCANNER_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace chromeos {
namespace machine_learning {
namespace mojom {
class DocumentScannerConfigDataView;
class DetectCornersResultDataView;
class DoPostProcessingResultDataView;
enum class DocumentScannerResultStatus : int32_t;
class DocumentScannerConfig;
using DocumentScannerConfigPtr = mojo::StructPtr<DocumentScannerConfig>;
class DetectCornersResult;
using DetectCornersResultPtr = mojo::StructPtr<DetectCornersResult>;
class DoPostProcessingResult;
using DoPostProcessingResultPtr = mojo::StructPtr<DoPostProcessingResult>;
class DocumentScanner;
} // namespace mojom
} // namespace machine_learning
} // namespace chromeos
#endif // CHROMEOS_SERVICES_MACHINE_LEARNING_PUBLIC_MOJOM_DOCUMENT_SCANNER_MOJOM_FORWARD_H_
/* Metadata comment
eyJtZXRhIjogW10sICJ0eXBlIjogImt5dGhlMCJ9
*/