struct AI::Provider::SpeechModel::ResultRequest

Overview

Request information for telemetry and debugging.

Included Modules

Defined in:

ai/provider/speech_model/speech_model.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(body : JSON::Any | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def body : JSON::Any | Nil #

Response body (available only for providers that use HTTP requests).


[View source]