Class: Aws::Comprehend::Types::BlockReference

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

Overview

A reference to a block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offsetInteger

Offset of the start of the block within its parent block.

Returns:

  • (Integer)


588
589
590
591
592
593
594
595
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 588

class BlockReference < Struct.new(
  :block_id,
  :begin_offset,
  :end_offset,
  :child_blocks)
  SENSITIVE = []
  include Aws::Structure
end

#block_idString

Unique identifier for the block.

Returns:

  • (String)


588
589
590
591
592
593
594
595
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 588

class BlockReference < Struct.new(
  :block_id,
  :begin_offset,
  :end_offset,
  :child_blocks)
  SENSITIVE = []
  include Aws::Structure
end

#child_blocksArray<Types::ChildBlock>

List of child blocks within this block.

Returns:



588
589
590
591
592
593
594
595
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 588

class BlockReference < Struct.new(
  :block_id,
  :begin_offset,
  :end_offset,
  :child_blocks)
  SENSITIVE = []
  include Aws::Structure
end

#end_offsetInteger

Offset of the end of the block within its parent block.

Returns:

  • (Integer)


588
589
590
591
592
593
594
595
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 588

class BlockReference < Struct.new(
  :block_id,
  :begin_offset,
  :end_offset,
  :child_blocks)
  SENSITIVE = []
  include Aws::Structure
end