Class: Phaseo::Gen::AudioTranscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::AudioTranscriptionResponse
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#text ⇒ String?
346 |
# File 'lib/gen/models.rb', line 346 AudioTranscriptionResponse = Struct.new(:text, keyword_init: true) |