Google Cloud Video Transcoder V1beta1 Client - Class TextStream (0.10.5)

Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class TextStream.

Encoding of a text stream. For example, closed captions or subtitles.

Generated from protobuf message google.cloud.video.transcoder.v1beta1.TextStream

Namespace

Google \ Cloud \ Video \ Transcoder \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ codec string

The codec for this text stream. The default is "webvtt". Supported text codecs: - 'srt' - 'ttml' - 'cea608' - 'cea708' - 'webvtt'

↳ language_code string

Required. The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

↳ mapping array<Google\Cloud\Video\Transcoder\V1beta1\TextStream\TextAtom>

The mapping for the Job.edit_list atoms with text EditAtom.inputs.

getCodec

The codec for this text stream. The default is "webvtt".

Supported text codecs:

  • 'srt'
  • 'ttml'
  • 'cea608'
  • 'cea708'
  • 'webvtt'
Returns
Type Description
string

setCodec

The codec for this text stream. The default is "webvtt".

Supported text codecs:

  • 'srt'
  • 'ttml'
  • 'cea608'
  • 'cea708'
  • 'webvtt'
Parameter
Name Description
var string
Returns
Type Description
$this

getLanguageCode

Required. The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

Returns
Type Description
string

setLanguageCode

Required. The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

Parameter
Name Description
var string
Returns
Type Description
$this

getMapping

The mapping for the Job.edit_list atoms with text EditAtom.inputs.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMapping

The mapping for the Job.edit_list atoms with text EditAtom.inputs.

Parameter
Name Description
var array<Google\Cloud\Video\Transcoder\V1beta1\TextStream\TextAtom>
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.