toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
comprehend
/
aws.sdk.kotlin.services.comprehend.model
/
ContainsPiiEntitiesRequest
Contains
Pii
Entities
Request
class
ContainsPiiEntitiesRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
language
Code
Link copied to clipboard
val
languageCode
:
LanguageCode
?
The language of the input documents.
text
Link copied to clipboard
val
text
:
String
?
A UTF-8 text string. The maximum string size is 100 KB.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ContainsPiiEntitiesRequest.Builder
.
(
)
->
Unit
=
{}
)
:
ContainsPiiEntitiesRequest
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String