Method: OpenApiOpenAIClient::TranscriptionWord#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



138
139
140
# File 'lib/openapi_openai/models/transcription_word.rb', line 138

def hash
  [word, start, _end].hash
end