offset property

  1. @BuiltValueField.new(wireName: r'offset')
num? get offset

Start location of the matched substring in the prediction result text.

Implementation

@BuiltValueField(wireName: r'offset')
num? get offset;