public sealed class TextExtractionAnnotation : IMessage<TextExtractionAnnotation>, IEquatable<TextExtractionAnnotation>, IDeepCloneable<TextExtractionAnnotation>, IBufferMessage, IMessage
Annotation for identifying spans of text.
Implements
IMessage<TextExtractionAnnotation>, IEquatable<TextExtractionAnnotation>, IDeepCloneable<TextExtractionAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
TextExtractionAnnotation()
public TextExtractionAnnotation()
TextExtractionAnnotation(TextExtractionAnnotation)
public TextExtractionAnnotation(TextExtractionAnnotation other)
Parameter | |
---|---|
Name | Description |
other | TextExtractionAnnotation |
Properties
AnnotationCase
public TextExtractionAnnotation.AnnotationOneofCase AnnotationCase { get; }
Property Value | |
---|---|
Type | Description |
TextExtractionAnnotation.AnnotationOneofCase |
Score
public float Score { get; set; }
Output only. A confidence estimate between 0.0 and 1.0. A higher value means greater confidence in correctness of the annotation.
Property Value | |
---|---|
Type | Description |
Single |
TextSegment
public TextSegment TextSegment { get; set; }
An entity annotation will set this, which is the part of the original text to which the annotation pertains.
Property Value | |
---|---|
Type | Description |
TextSegment |