Class: Google::Apis::CloudsearchV1::TranscriptionSessionInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb

Overview

Information about a transcription session.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TranscriptionSessionInfo

Returns a new instance of TranscriptionSessionInfo.



20515
20516
20517
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20515

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#session_state_infoGoogle::Apis::CloudsearchV1::SessionStateInfo

Information about the state of a (recording, broadcast, transcription...) session in a conference. Corresponds to the JSON property sessionStateInfo



20508
20509
20510
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20508

def session_state_info
  @session_state_info
end

#transcription_session_idString

A unique server-generated ID for the transcription session. Corresponds to the JSON property transcriptionSessionId

Returns:

  • (String)


20513
20514
20515
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20513

def transcription_session_id
  @transcription_session_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20520
20521
20522
20523
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20520

def update!(**args)
  @session_state_info = args[:session_state_info] if args.key?(:session_state_info)
  @transcription_session_id = args[:transcription_session_id] if args.key?(:transcription_session_id)
end