Class TextPayload
Container of information about a piece of text.
Inheritance
System.Object
TextPayload
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class TextPayload : IMessage<TextPayload>, IEquatable<TextPayload>, IDeepCloneable<TextPayload>, IBufferMessage, IMessage
Constructors
TextPayload()
Declaration
public TextPayload()
TextPayload(TextPayload)
Declaration
public TextPayload(TextPayload other)
Parameters
| Type | Name | Description |
|---|---|---|
| TextPayload | other |
Properties
TextContent
Text content.
Declaration
public string TextContent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |