#ifndef MEDIA_MOJO_MOJOM_SPEECH_RECOGNITION_ERROR_MOJOM_SHARED_H_
#define MEDIA_MOJO_MOJOM_SPEECH_RECOGNITION_ERROR_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "media/mojo/mojom/speech_recognition_error.mojom-shared-internal.h"
#include "media/mojo/mojom/speech_recognition_error_code.mojom-shared.h"
namespace media::mojom {
class SpeechRecognitionErrorDataView;
}
namespace mojo {
namespace internal {
template <>
struct MojomTypeTraits<::media::mojom::SpeechRecognitionErrorDataView> { … };
}
}
namespace media::mojom {
enum class SpeechAudioErrorDetails : int32_t { … };
std::ostream& operator<<(std::ostream& os, SpeechAudioErrorDetails value);
inline bool IsKnownEnumValue(SpeechAudioErrorDetails value) { … }
inline SpeechAudioErrorDetails ToKnownEnumValue(SpeechAudioErrorDetails value) { … }
class SpeechRecognitionErrorDataView { … };
}
namespace std {
template <>
struct hash<::media::mojom::SpeechAudioErrorDetails>
: public mojo::internal::EnumHashImpl<::media::mojom::SpeechAudioErrorDetails> { … };
}
namespace mojo {
namespace internal {
Serializer< ::media::mojom::SpeechAudioErrorDetails, MaybeConstUserType>;
}
namespace internal {
Serializer< ::media::mojom::SpeechRecognitionErrorDataView, MaybeConstUserType>;
}
}
namespace media::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::media::mojom::SpeechAudioErrorDetails> { … };
}
#endif