Class: Aws::BedrockRuntime::Types::DocumentPageLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

Specifies a page-level location within a document, providing positioning information for cited content using page numbers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_indexInteger

The index of the document within the array of documents provided in the request.

Returns:

  • (Integer)


1348
1349
1350
1351
1352
1353
1354
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1348

class DocumentPageLocation < Struct.new(
  :document_index,
  :start,
  :end)
  SENSITIVE = []
  include Aws::Structure
end

#endInteger

The ending page number of the cited content within the document.

Returns:

  • (Integer)


1348
1349
1350
1351
1352
1353
1354
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1348

class DocumentPageLocation < Struct.new(
  :document_index,
  :start,
  :end)
  SENSITIVE = []
  include Aws::Structure
end

#startInteger

The starting page number of the cited content within the document.

Returns:

  • (Integer)


1348
1349
1350
1351
1352
1353
1354
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1348

class DocumentPageLocation < Struct.new(
  :document_index,
  :start,
  :end)
  SENSITIVE = []
  include Aws::Structure
end