Class: Aws::Types::DetectEntitiesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes::String

Returns the value of attribute bytes.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def bytes
  @bytes
end

#document_reader_configTypes::DocumentReaderConfig

Returns the value of attribute document_reader_config.



618
619
620
# File 'sig/types.rbs', line 618

def document_reader_config
  @document_reader_config
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def endpoint_arn
  @endpoint_arn
end

#language_code"en", ...

Returns the value of attribute language_code.

Returns:

  • ("en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW")


615
616
617
# File 'sig/types.rbs', line 615

def language_code
  @language_code
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def text
  @text
end