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.
Implements
IMessageTextEntityExtractionAnnotation, IEquatableTextEntityExtractionAnnotation, IDeepCloneableTextEntityExtractionAnnotation, 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 |