This repository contains the generated protox modules for the Speechly gRPC API.
The package can be installed by adding speechly_protox
to your list of dependencies in mix.exs
:
def deps do
[
{:speechly_protox, github: "superlistapp/speechly_protox"}
]
end
MIX_ENV=prod mix protox.generate --output-path=./lib --include-path=./api/proto api/proto/speechly/slu/v1/slu.proto api/proto/speechly/slu/v1/wlu.proto api/proto/speechly/sal/v1/compiler.proto api/proto/speechly/identity/v2/identity.proto api/proto/speechly/identity/v2/identity_api.proto api/proto/speechly/config/v1/config_api.proto api/proto/speechly/analytics/v1/analytics.proto api/proto/speechly/analytics/v1/analytics_api.proto --multiple-files