
src.speech.v1.getCustomClass.scala Maven / Gradle / Ivy
package besom.api.googlenative.speech.v1
def getCustomClass(using ctx: besom.types.Context)(
args: besom.api.googlenative.speech.v1.GetCustomClassArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.speech.v1.GetCustomClassResult] =
ctx.invoke[besom.api.googlenative.speech.v1.GetCustomClassArgs, besom.api.googlenative.speech.v1.GetCustomClassResult]("google-native:speech/v1:getCustomClass", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy