bucketObjectType property

String? bucketObjectType
getter/setter pair

Specifies the type of the objects in bucket_uri.

Optional. Possible string values are:

  • "BUCKET_OBJECT_TYPE_UNSPECIFIED" : The object type is unspecified and will default to TRANSCRIPT.
  • "TRANSCRIPT" : The object is a transcript.
  • "AUDIO" : The object is an audio file.

Implementation

core.String? bucketObjectType;