Text Config Response
data class TextConfigResponse(val additionalTransformations: List<InfoTypeTransformationResponse>, val excludeInfoTypes: List<String>, val transformations: List<InfoTypeTransformationResponse>)
Constructors
Link copied to clipboard
constructor(additionalTransformations: List<InfoTypeTransformationResponse>, excludeInfoTypes: List<String>, transformations: List<InfoTypeTransformationResponse>)
Properties
Link copied to clipboard
Transformations to apply to the detected data, overridden by exclude_info_types
.
Link copied to clipboard
InfoTypes to skip transforming, overriding additional_transformations
.
Link copied to clipboard
The transformations to apply to the detected data. Deprecated. Use additional_transformations
instead.