public class KeyPointMatchDetail extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
KeyPointMatchDetail.Builder |
| 构造器和说明 |
|---|
KeyPointMatchDetail() |
KeyPointMatchDetail(KeyPointMatchDetail.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMatchedText() |
String |
getStartTimestamp() |
static KeyPointMatchDetail.Builder |
newBuilder() |
void |
setMatchedText(String matchedText) |
void |
setStartTimestamp(String startTimestamp) |
public KeyPointMatchDetail()
public KeyPointMatchDetail(KeyPointMatchDetail.Builder builder)
public static KeyPointMatchDetail.Builder newBuilder()
public String getStartTimestamp()
public void setStartTimestamp(String startTimestamp)
public String getMatchedText()
public void setMatchedText(String matchedText)
Copyright © 2025. All rights reserved.