Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::TextExtractionAnnotation.
Annotation for identifying spans of text.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#score
def score() -> ::Float
Returns
- (::Float) — Output only. A confidence estimate between 0.0 and 1.0. A higher value means greater confidence in correctness of the annotation.
#score=
def score=(value) -> ::Float
Parameter
- value (::Float) — Output only. A confidence estimate between 0.0 and 1.0. A higher value means greater confidence in correctness of the annotation.
Returns
- (::Float) — Output only. A confidence estimate between 0.0 and 1.0. A higher value means greater confidence in correctness of the annotation.
#text_segment
def text_segment() -> ::Google::Cloud::AutoML::V1beta1::TextSegment
Returns
- (::Google::Cloud::AutoML::V1beta1::TextSegment) — An entity annotation will set this, which is the part of the original text to which the annotation pertains.
#text_segment=
def text_segment=(value) -> ::Google::Cloud::AutoML::V1beta1::TextSegment
Parameter
- value (::Google::Cloud::AutoML::V1beta1::TextSegment) — An entity annotation will set this, which is the part of the original text to which the annotation pertains.
Returns
- (::Google::Cloud::AutoML::V1beta1::TextSegment) — An entity annotation will set this, which is the part of the original text to which the annotation pertains.