Class TextStream.Types.TextAtom (1.0.0-beta03)

public sealed class TextAtom : IMessage<TextStream.Types.TextAtom>, IEquatable<TextStream.Types.TextAtom>, IDeepCloneable<TextStream.Types.TextAtom>, IBufferMessage, IMessage

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

Inheritance

Object > TextStream.Types.TextAtom

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

TextAtom()

public TextAtom()

TextAtom(TextStream.Types.TextAtom)

public TextAtom(TextStream.Types.TextAtom other)
Parameter
NameDescription
otherTextStream.Types.TextAtom

Properties

Inputs

public RepeatedField<TextStream.Types.TextAtom.Types.TextInput> Inputs { get; }

List of Job.inputs that should be embedded in this atom. Only one input is supported.

Property Value
TypeDescription
RepeatedField<TextStream.Types.TextAtom.Types.TextInput>

Key

public string Key { get; set; }

Required. The EditAtom.key that references atom with text inputs in the Job.edit_list.

Property Value
TypeDescription
String