Data Labeling v1beta1 API - Class TextPayload (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class TextPayload.

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
Name Description
other TextPayload

Properties

TextContent

public string TextContent { get; set; }

Text content.

Property Value
Type Description
string