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

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

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

Text entity extraction annotation.

Inheritance

object > TextEntityExtractionAnnotation

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

TextEntityExtractionAnnotation()

public TextEntityExtractionAnnotation()

TextEntityExtractionAnnotation(TextEntityExtractionAnnotation)

public TextEntityExtractionAnnotation(TextEntityExtractionAnnotation other)
Parameter
NameDescription
otherTextEntityExtractionAnnotation

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

Label of the text entities.

Property Value
TypeDescription
AnnotationSpec

SequentialSegment

public SequentialSegment SequentialSegment { get; set; }

Position of the entity.

Property Value
TypeDescription
SequentialSegment