public sealed class TextEntityExtractionAnnotation : IMessage<TextEntityExtractionAnnotation>, IEquatable<TextEntityExtractionAnnotation>, IDeepCloneable<TextEntityExtractionAnnotation>, IBufferMessage, IMessage
Text entity extraction annotation.
Implements
IMessage<TextEntityExtractionAnnotation>, IEquatable<TextEntityExtractionAnnotation>, IDeepCloneable<TextEntityExtractionAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
TextEntityExtractionAnnotation()
public TextEntityExtractionAnnotation()
TextEntityExtractionAnnotation(TextEntityExtractionAnnotation)
public TextEntityExtractionAnnotation(TextEntityExtractionAnnotation other)
Parameter | |
---|---|
Name | Description |
other | TextEntityExtractionAnnotation |
Properties
AnnotationSpec
public AnnotationSpec AnnotationSpec { get; set; }
Label of the text entities.
Property Value | |
---|---|
Type | Description |
AnnotationSpec |
SequentialSegment
public SequentialSegment SequentialSegment { get; set; }
Position of the entity.
Property Value | |
---|---|
Type | Description |
SequentialSegment |