Method: OpenApiOpenAIClient::TranscriptionWord.openapi_types
- Defined in:
- lib/openapi_openai/models/transcription_word.rb
.openapi_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 |
# File 'lib/openapi_openai/models/transcription_word.rb', line 42 def self.openapi_types { :'word' => :'String', :'start' => :'Float', :'_end' => :'Float' } end |