Google Apps Meet V2 Client - Class State (0.2.3)

Reference documentation and code samples for the Google Apps Meet V2 Client class State.

Current state of the transcript session.

Protobuf type google.apps.meet.v2.Transcript.State

Namespace

Google \ Apps \ Meet \ V2 \ Transcript

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default, never used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STARTED

Value: 1

An active transcript session has started.

Generated from protobuf enum STARTED = 1;

ENDED

Value: 2

This transcript session has ended, but the transcript file hasn't been generated yet.

Generated from protobuf enum ENDED = 2;

FILE_GENERATED

Value: 3

Transcript file is generated and ready to download.

Generated from protobuf enum FILE_GENERATED = 3;