index
int64
repo_id
string
file_path
string
content
string
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/AscendClientImpl.java
package ai.evolv; import ai.evolv.exceptions.AscendKeyError; import ai.evolv.generics.GenericClass; import com.google.gson.JsonArray; import java.util.concurrent.CompletableFuture; import org.slf4j.Logger; import org.slf4j.LoggerFactory; class AscendClientImpl implements AscendClient { private static final Log...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/AscendConfig.java
package ai.evolv; public class AscendConfig { static final String DEFAULT_HTTP_SCHEME = "https"; static final String DEFAULT_DOMAIN = "participants.evolv.ai"; static final String DEFAULT_API_VERSION = "v1"; private static final int DEFAULT_ALLOCATION_STORE_SIZE = 1000; private final String httpS...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/AsyncHttpClientImpl.java
package ai.evolv; import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; @Deprecated public class AsyncHttpClientImpl extends ai.evolv.httpclients.AsyncHttpClient implements HttpClient { /** * * @param timeout The milliseconds before the client should timeout and retur...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/DefaultAllocationStore.java
package ai.evolv; import com.google.gson.JsonArray; public class DefaultAllocationStore implements AscendAllocationStore { private LruCache cache; public DefaultAllocationStore(int size) { this.cache = new LruCache(size); } @Override public JsonArray get(String uid) { return cac...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/EventEmitter.java
package ai.evolv; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import java.net.URI; import java.net.URL; import org.slf4j.Logger; import org.slf4j.LoggerFactory; class EventEmitter { private static final Logger LOGGER = LoggerFactory.getLogger(Executi...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/ExecutionQueue.java
package ai.evolv; import ai.evolv.exceptions.AscendKeyError; import com.google.gson.JsonArray; import java.util.concurrent.ConcurrentLinkedQueue; import org.slf4j.Logger; import org.slf4j.LoggerFactory; class ExecutionQueue { private static Logger LOGGER = LoggerFactory.getLogger(ExecutionQueue.class); p...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/HttpClient.java
package ai.evolv; import java.util.concurrent.CompletableFuture; public interface HttpClient { /** * Performs a GET request using the provided url. * <p> * This call is asynchronous, the request is sent and a completable future * is returned. The future is completed when the result of...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/OkHttpClientImpl.java
package ai.evolv; import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; @Deprecated public class OkHttpClientImpl extends ai.evolv.httpclients.OkHttpClient implements HttpClient { /** * Initializes the OhHttp# client. * * @param timeout specify a request timeout for ...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/httpclients/AsyncHttpClient.java
package ai.evolv.httpclients; import static org.asynchttpclient.Dsl.asyncHttpClient; import static org.asynchttpclient.Dsl.config; import ai.evolv.HttpClient; import java.io.IOException; import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; import org.asynchttpclient.AsyncHandler; imp...
0
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv
java-sources/ai/evolv/ascend-sdk/0.7.1/ai/evolv/httpclients/OkHttpClient.java
package ai.evolv.httpclients; import ai.evolv.HttpClient; import java.io.IOException; import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; import okhttp3.Call; import okhttp3.Callback; import okhttp3.ConnectionPool; import okhttp3.Request; import okhttp3.Response; import okhttp3.Respo...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/exceptions/NLApiErrorCode.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/exceptions/NLApiException.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/Authentication.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/Authenticator.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/BasicAuthenticator.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/Credential.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/CredentialsProvider.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/DefaultCredentialsProvider.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/EnvironmentVariablesCredentialsProvider.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/SecurityUtils.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/security/SystemPropertyCredentialsProvider.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/utils/APIUtils.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/utils/ObjectMapperAdapter.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/utils/StringUtils.java
package ai.expert.nlapi.utils; public class StringUtils { /** * The empty String */ private static final String EMPTY = ""; /** * should not be used */ public StringUtils() { } /** * Checks if a String is empty ("") or null. * * @param s the String to check...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/API.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/cloud/Analyzer.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/cloud/AnalyzerConfig.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/cloud/Categorizer.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/cloud/CategorizerConfig.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/cloud/Detector.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/cloud/DetectorConfig.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/cloud/InfoAPI.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/cloud/InfoAPIConfig.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/edge/Analyzer.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/edge/AnalyzerConfig.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/edge/Info.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/edge/InfoConfig.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/edge/Model.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/edge/ModelConfig.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/AnalysisRequest.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/AnalysisRequestWithOptions.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/AnalyzeResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/CategorizeResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/ContextsResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/DetectResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/DetectorsResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/EdgeKeyResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/InstanceError.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/ModelRequest.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/ResourcesInfoResponse.java
/* * Copyright (c) 2021 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/ServiceError.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/StatisticsInfoResponse.java
/* * Copyright (c) 2021 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/TaxonomiesResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/TaxonomyModelResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/TaxonomyResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/message/TemplatesModelResponse.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/AnalyzeDocument.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Atom.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/CategorizeDocument.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Category.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/ContextInfo.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/ContextLanguageInfo.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Dependency.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/DetectDocument.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Document.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/DocumentPosition.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/DocumentTopic.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Entity.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/EntityType.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Extraction.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/ExtractionField.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Geometry.java
package ai.expert.nlapi.v2.model; import lombok.Data; import java.util.List; @Data public class Geometry { private Integer page, pageWidth, pageHeight; private List<Integer> box; }
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/InferredAttribute.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/KnowledgeEntry.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/LanguageInfo.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/MainLemma.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/MainPhrase.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/MainSentence.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/MainSyncon.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Options.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/POSTag.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Paragraph.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Phrase.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/PhraseType.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Property.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/RelatedItem.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Relation.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/RelationVerb.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/ResourceInfo.java
/* * Copyright (c) 2021 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/ResourceProperty.java
/* * Copyright (c) 2021 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Sentence.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Sentiment.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/SentimentItem.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Taxonomy.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/TaxonomyCategory.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/TaxonomyInfo.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Template.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/TemplateField.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/TemplateNamespace.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
0
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2
java-sources/ai/expert/nlapi-java-sdk/2.7.0/ai/expert/nlapi/v2/model/Token.java
/* * Copyright (c) 2020 original authors * * Licensed under the Apache License, Versions 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...