Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::ListTranscriptEntriesResponse.
Response for ListTranscriptEntries method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to be circulated back for further List call if current List doesn't include all the transcript entries. Unset if all entries are returned.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to be circulated back for further List call if current List doesn't include all the transcript entries. Unset if all entries are returned.
Returns
- (::String) — Token to be circulated back for further List call if current List doesn't include all the transcript entries. Unset if all entries are returned.
#transcript_entries
def transcript_entries() -> ::Array<::Google::Apps::Meet::V2::TranscriptEntry>
Returns
- (::Array<::Google::Apps::Meet::V2::TranscriptEntry>) — List of TranscriptEntries in one page.
#transcript_entries=
def transcript_entries=(value) -> ::Array<::Google::Apps::Meet::V2::TranscriptEntry>
Parameter
- value (::Array<::Google::Apps::Meet::V2::TranscriptEntry>) — List of TranscriptEntries in one page.
Returns
- (::Array<::Google::Apps::Meet::V2::TranscriptEntry>) — List of TranscriptEntries in one page.