struct AI::Provider::TranscriptionModel::ResultRequest

Overview

Request information for telemetry and debugging.

Included Modules

Defined in:

ai/provider/transcription_model/transcription_model.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

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

[View source]

Instance Method Detail

def body : String | Nil #

Raw request HTTP body that was sent to the provider API as a string.


[View source]