public static interface TextStream.TextMappingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFromLanguageCode()
public abstract String getFromLanguageCode()
Optional. The BCP-47 source language code, such as en-US
or sr-Latn
.
If differ from the textStream's language code, enable translation. For
more information on BCP-47 language codes, see
https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
string from_language_code = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The fromLanguageCode. |
getFromLanguageCodeBytes()
public abstract ByteString getFromLanguageCodeBytes()
Optional. The BCP-47 source language code, such as en-US
or sr-Latn
.
If differ from the textStream's language code, enable translation. For
more information on BCP-47 language codes, see
https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
string from_language_code = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for fromLanguageCode. |
getInputCeaChannel()
public abstract String getInputCeaChannel()
Optional. The channel of the closed caption in the input stream.
If this field is set, the output
codec must be
webvtt
. Must be one of CC1
, CC2
, CC3
, and CC4
, if the codec of
the input closed caption is cea608
; Must be one between SERVICE1
and
SERVICE64
, if the codec of the input closed caption is cea708
.
string input_cea_channel = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The inputCeaChannel. |
getInputCeaChannelBytes()
public abstract ByteString getInputCeaChannelBytes()
Optional. The channel of the closed caption in the input stream.
If this field is set, the output
codec must be
webvtt
. Must be one of CC1
, CC2
, CC3
, and CC4
, if the codec of
the input closed caption is cea608
; Must be one between SERVICE1
and
SERVICE64
, if the codec of the input closed caption is cea708
.
string input_cea_channel = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for inputCeaChannel. |
getInputKey()
public abstract String getInputKey()
Optional. The Channel
InputAttachment.key
that identifies the input that this text mapping applies to.
string input_key = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The inputKey. |
getInputKeyBytes()
public abstract ByteString getInputKeyBytes()
Optional. The Channel
InputAttachment.key
that identifies the input that this text mapping applies to.
string input_key = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for inputKey. |
getInputTrack()
public abstract int getInputTrack()
Optional. The zero-based index of the track in the input stream.
int32 input_track = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The inputTrack. |