Method: OpenApiOpenAIClient::TranscriptionSegment.openapi_types

Defined in:
lib/openapi_openai/models/transcription_segment.rb

.openapi_typesObject

Attribute type mapping.



70
71
72
73
74
75
76
77
78
79
80
81
82
83
# File 'lib/openapi_openai/models/transcription_segment.rb', line 70

def self.openapi_types
  {
    :'id' => :'Integer',
    :'seek' => :'Integer',
    :'start' => :'Float',
    :'_end' => :'Float',
    :'text' => :'String',
    :'tokens' => :'Array<Integer>',
    :'temperature' => :'Float',
    :'avg_logprob' => :'Float',
    :'compression_ratio' => :'Float',
    :'no_speech_prob' => :'Float'
  }
end