Method: OpenApiOpenAIClient::TranscriptionWord#hash
- Defined in:
- lib/openapi_openai/models/transcription_word.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
138 139 140 |
# File 'lib/openapi_openai/models/transcription_word.rb', line 138 def hash [word, start, _end].hash end |