Class: Google::Apps::Meet::V2::TranscriptEntry
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::TranscriptEntry
- 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
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#language_code ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#participant ⇒ ::String
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#text ⇒ ::String
readonly
Output only.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when the transcript entry ended.
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).
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}".
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.
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.
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.
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 |