Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Segment (v2.4.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Segment.

Grounding information for a segment of the text.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_index

def end_index() -> ::Integer
Returns
  • (::Integer) — End of the segment, exclusive.

#end_index=

def end_index=(value) -> ::Integer
Parameter
  • value (::Integer) — End of the segment, exclusive.
Returns
  • (::Integer) — End of the segment, exclusive.

#grounding_score

def grounding_score() -> ::Float
Returns
  • (::Float) — Score for the segment.

#grounding_score=

def grounding_score=(value) -> ::Float
Parameter
  • value (::Float) — Score for the segment.
Returns
  • (::Float) — Score for the segment.

#reference_indices

def reference_indices() -> ::Array<::Integer>
Returns
  • (::Array<::Integer>) — References for the segment.

#reference_indices=

def reference_indices=(value) -> ::Array<::Integer>
Parameter
  • value (::Array<::Integer>) — References for the segment.
Returns
  • (::Array<::Integer>) — References for the segment.

#start_index

def start_index() -> ::Integer
Returns
  • (::Integer) — Zero-based index indicating the start of the segment, measured in bytes of a UTF-8 string (i.e. characters encoded on multiple bytes have a length of more than one).

#start_index=

def start_index=(value) -> ::Integer
Parameter
  • value (::Integer) — Zero-based index indicating the start of the segment, measured in bytes of a UTF-8 string (i.e. characters encoded on multiple bytes have a length of more than one).
Returns
  • (::Integer) — Zero-based index indicating the start of the segment, measured in bytes of a UTF-8 string (i.e. characters encoded on multiple bytes have a length of more than one).

#text

def text() -> ::String
Returns
  • (::String) — The text segment itself.

#text=

def text=(value) -> ::String
Parameter
  • value (::String) — The text segment itself.
Returns
  • (::String) — The text segment itself.