单项选择题

tf.keras.preprocessing.sequence中的pad_sequences函数可用于填充可变长度序列,使得文本集中的所有文本长度相同,可以使用以下哪个参数设置文本长度?()

A.value
B.padding
C.maxlen
D.truncating