Class: Google::Apps::Meet::V2::TranscriptEntry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/resource.rb

Overview

Single entry for one user’s speech during a transcript session.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when the transcript entry ended.

Returns:



360
361
362
363
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 360

class TranscriptEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_code::String (readonly)

Returns Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47).

Returns:



360
361
362
363
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 360

class TranscriptEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}".

Returns:

  • (::String)

    Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"



360
361
362
363
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 360

class TranscriptEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#participant::String (readonly)

Returns Output only. Refers to the participant who speaks.

Returns:

  • (::String)

    Output only. Refers to the participant who speaks.



360
361
362
363
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 360

class TranscriptEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when the transcript entry started.

Returns:



360
361
362
363
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 360

class TranscriptEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#text::String (readonly)

Returns Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.

Returns:

  • (::String)

    Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.



360
361
362
363
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 360

class TranscriptEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end