Class TextEntityExtractionAnnotation
Text entity extraction annotation.
Inheritance
System.Object
TextEntityExtractionAnnotation
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 TextEntityExtractionAnnotation : IMessage<TextEntityExtractionAnnotation>, IEquatable<TextEntityExtractionAnnotation>, IDeepCloneable<TextEntityExtractionAnnotation>, IBufferMessage, IMessage
Constructors
TextEntityExtractionAnnotation()
Declaration
public TextEntityExtractionAnnotation()
TextEntityExtractionAnnotation(TextEntityExtractionAnnotation)
Declaration
public TextEntityExtractionAnnotation(TextEntityExtractionAnnotation other)
Parameters
| Type | Name | Description |
|---|---|---|
| TextEntityExtractionAnnotation | other |
Properties
AnnotationSpec
Label of the text entities.
Declaration
public AnnotationSpec AnnotationSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| AnnotationSpec |
SequentialSegment
Position of the entity.
Declaration
public SequentialSegment SequentialSegment { get; set; }
Property Value
| Type | Description |
|---|---|
| SequentialSegment |