Class TextPayload (1.0.0-beta03)

public sealed class TextPayload : IMessage<TextPayload>, IEquatable<TextPayload>, IDeepCloneable<TextPayload>, IBufferMessage, IMessage

Container of information about a piece of text.

Inheritance

Object > TextPayload

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

TextPayload()

public TextPayload()

TextPayload(TextPayload)

public TextPayload(TextPayload other)
Parameter
NameDescription
otherTextPayload

Properties

TextContent

public string TextContent { get; set; }

Text content.

Property Value
TypeDescription
String